Skip to content

Commit 46db3a1

Browse files
authored
Merge pull request #16662 from fredpi/patch-1
Fix typo and punctuation mark
2 parents da81ae3 + a0ea2d3 commit 46db3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/String.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ where Source.Iterator.Element == SourceEncoding.CodeUnit {
4545

4646
extension _StringGuts {
4747
//
48-
// TODO:(TODO: JIRA) This is all very bloated code, needs a rewrite given
49-
// StringGuts' new design and the potential to run direclty on internal
48+
// TODO:(TODO: JIRA) This is all very bloated code; needs a rewrite given
49+
// StringGuts' new design and the potential to run directly on internal
5050
// storage. For now, follow a hand-coded opaque pattern.
5151
//
5252

0 commit comments

Comments
 (0)