@@ -3558,7 +3558,7 @@ impl str {
3558
3558
/// A string is a sequence of bytes. `start` in this context means the first
3559
3559
/// position of that byte string; for a left-to-right language like English or
3560
3560
/// Russian, this will be left side, and for right-to-left languages like
3561
- /// like Arabic or Hebrew, this will be the right side.
3561
+ /// Arabic or Hebrew, this will be the right side.
3562
3562
///
3563
3563
/// # Examples
3564
3564
///
@@ -3595,7 +3595,7 @@ impl str {
3595
3595
/// A string is a sequence of bytes. `end` in this context means the last
3596
3596
/// position of that byte string; for a left-to-right language like English or
3597
3597
/// Russian, this will be right side, and for right-to-left languages like
3598
- /// like Arabic or Hebrew, this will be the left side.
3598
+ /// Arabic or Hebrew, this will be the left side.
3599
3599
///
3600
3600
/// # Examples
3601
3601
///
@@ -3762,7 +3762,7 @@ impl str {
3762
3762
/// A string is a sequence of bytes. `start` in this context means the first
3763
3763
/// position of that byte string; for a left-to-right language like English or
3764
3764
/// Russian, this will be left side, and for right-to-left languages like
3765
- /// like Arabic or Hebrew, this will be the right side.
3765
+ /// Arabic or Hebrew, this will be the right side.
3766
3766
///
3767
3767
/// # Examples
3768
3768
///
@@ -3801,7 +3801,7 @@ impl str {
3801
3801
/// A string is a sequence of bytes. `end` in this context means the last
3802
3802
/// position of that byte string; for a left-to-right language like English or
3803
3803
/// Russian, this will be right side, and for right-to-left languages like
3804
- /// like Arabic or Hebrew, this will be the left side.
3804
+ /// Arabic or Hebrew, this will be the left side.
3805
3805
///
3806
3806
/// # Examples
3807
3807
///
0 commit comments