File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ extension String.Index {
58
58
/// specified `UTF16View` position.
59
59
///
60
60
/// The following example finds the position of a space in a string's `utf16`
61
- /// view and then converts that position to an index in the the string's
61
+ /// view and then converts that position to an index in the string's
62
62
/// `characters` view. The value `32` is the UTF-16 encoded value of a space
63
63
/// character.
64
64
///
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ extension String.UTF16View.Index {
376
376
/// specified `UTF8View` position.
377
377
///
378
378
/// The following example finds the position of a space in a string's `utf8`
379
- /// view and then converts that position to an index in the the string's
379
+ /// view and then converts that position to an index in the string's
380
380
/// `utf16` view.
381
381
///
382
382
/// let cafe = "Café 🍵"
@@ -417,7 +417,7 @@ extension String.UTF16View.Index {
417
417
/// specified `UnicodeScalarView` position.
418
418
///
419
419
/// The following example finds the position of a space in a string's `utf8`
420
- /// view and then converts that position to an index in the the string's
420
+ /// view and then converts that position to an index in the string's
421
421
/// `utf16` view.
422
422
///
423
423
/// let cafe = "Café 🍵"
@@ -443,7 +443,7 @@ extension String.UTF16View.Index {
443
443
/// specified `CharacterView` position.
444
444
///
445
445
/// The following example finds the position of a space in a string's `characters`
446
- /// view and then converts that position to an index in the the string's
446
+ /// view and then converts that position to an index in the string's
447
447
/// `utf16` view.
448
448
///
449
449
/// let cafe = "Café 🍵"
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ extension String.UTF8View.Index {
485
485
/// specified `UTF16View` position.
486
486
///
487
487
/// The following example finds the position of a space in a string's `utf16`
488
- /// view and then converts that position to an index in the the string's
488
+ /// view and then converts that position to an index in the string's
489
489
/// `utf8` view.
490
490
///
491
491
/// let cafe = "Café 🍵"
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ extension String.UnicodeScalarIndex {
412
412
/// exactly to the specified `UTF16View` position.
413
413
///
414
414
/// The following example finds the position of a space in a string's `utf16`
415
- /// view and then converts that position to an index in the the string's
415
+ /// view and then converts that position to an index in the string's
416
416
/// `unicodeScalars` view:
417
417
///
418
418
/// let cafe = "Café 🍵"
You can’t perform that action at this time.
0 commit comments