We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6492eb commit a0ea2d3Copy full SHA for a0ea2d3
stdlib/public/core/String.swift
@@ -45,8 +45,8 @@ where Source.Iterator.Element == SourceEncoding.CodeUnit {
45
46
extension _StringGuts {
47
//
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
+ // TODO:(TODO: JIRA) This is all very bloated code; needs a rewrite given
+ // StringGuts' new design and the potential to run directly on internal
50
// storage. For now, follow a hand-coded opaque pattern.
51
52
0 commit comments