@@ -3716,10 +3716,10 @@ impl str {
3716
3716
///
3717
3717
/// # Text directionality
3718
3718
///
3719
- /// A string is a sequence of bytes. 'Left' in this context means the first
3720
- /// position of that byte string; for a language like Arabic or Hebrew
3721
- /// which are 'right to left' rather than 'left to right', this will be
3722
- /// the _right_ side, not the left .
3719
+ /// A string is a sequence of bytes. `start` in this context means the first
3720
+ /// position of that byte string; for a left-to-right language like English or
3721
+ /// Russian, this will be left side, and for right-to-left languages like
3722
+ /// like Arabic or Hebrew, this will be the right side .
3723
3723
///
3724
3724
/// # Examples
3725
3725
///
@@ -3755,10 +3755,10 @@ impl str {
3755
3755
///
3756
3756
/// # Text directionality
3757
3757
///
3758
- /// A string is a sequence of bytes. 'Right' in this context means the last
3759
- /// position of that byte string; for a language like Arabic or Hebrew
3760
- /// which are 'right to left' rather than 'left to right', this will be
3761
- /// the _left_ side, not the right .
3758
+ /// A string is a sequence of bytes. `end` in this context means the last
3759
+ /// position of that byte string; for a left-to-right language like English or
3760
+ /// Russian, this will be right side, and for right-to-left languages like
3761
+ /// like Arabic or Hebrew, this will be the left side .
3762
3762
///
3763
3763
/// # Examples
3764
3764
///
@@ -3804,10 +3804,10 @@ impl str {
3804
3804
///
3805
3805
/// # Text directionality
3806
3806
///
3807
- /// A string is a sequence of bytes. `start` in this context means the first
3808
- /// position of that byte string; for a left-to-right language like English or
3809
- /// Russian, this will be left side, and for right-to-left languages like
3810
- /// like Arabic or Hebrew, this will be the right side .
3807
+ /// A string is a sequence of bytes. 'Left' in this context means the first
3808
+ /// position of that byte string; for a language like Arabic or Hebrew
3809
+ /// which are 'right to left' rather than 'left to right', this will be
3810
+ /// the _right_ side, not the left .
3811
3811
///
3812
3812
/// # Examples
3813
3813
///
@@ -3840,10 +3840,10 @@ impl str {
3840
3840
///
3841
3841
/// # Text directionality
3842
3842
///
3843
- /// A string is a sequence of bytes. `end` in this context means the last
3844
- /// position of that byte string; for a left-to-right language like English or
3845
- /// Russian, this will be right side, and for right-to-left languages like
3846
- /// like Arabic or Hebrew, this will be the left side .
3843
+ /// A string is a sequence of bytes. 'Right' in this context means the last
3844
+ /// position of that byte string; for a language like Arabic or Hebrew
3845
+ /// which are 'right to left' rather than 'left to right', this will be
3846
+ /// the _left_ side, not the right .
3847
3847
///
3848
3848
/// # Examples
3849
3849
///
0 commit comments