File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extension UTF8Span {
2323
2424 // **TODO**: Examples in below doc
2525
26- /// Iterate the `Unicode.Scalar`s contents of a `UTF8Span`.
26+ /// Iterate the `Unicode.Scalar`s contents of a `UTF8Span`.
2727 @frozen
2828 public struct UnicodeScalarIterator : ~ Escapable {
2929 public let codeUnits : UTF8Span
@@ -174,7 +174,7 @@ extension UTF8Span {
174174 self . currentCodeUnitOffset = codeUnits. _scalarAlignForwards ( i)
175175 }
176176
177- // TODO: for below, verify that there is no path to UB, just garabage -data or guaranteed
177+ // TODO: for below, verify that there is no path to UB, just garbage -data or guaranteed
178178 // trap!
179179
180180 /// Reset this iterator to `codeUnitOffset`, skipping _all_ safety
You can’t perform that action at this time.
0 commit comments