@@ -748,7 +748,7 @@ generate_pattern_iterators! {
748
748
}
749
749
750
750
impl < ' a , P : Pattern < ' a > > Split < ' a , P > {
751
- /// Returns remainder of the splitted string
751
+ /// Returns remainder of the split string
752
752
///
753
753
/// # Examples
754
754
///
@@ -769,7 +769,7 @@ impl<'a, P: Pattern<'a>> Split<'a, P> {
769
769
}
770
770
771
771
impl < ' a , P : Pattern < ' a > > RSplit < ' a , P > {
772
- /// Returns remainder of the splitted string
772
+ /// Returns remainder of the split string
773
773
///
774
774
/// # Examples
775
775
///
@@ -808,7 +808,7 @@ generate_pattern_iterators! {
808
808
}
809
809
810
810
impl < ' a , P : Pattern < ' a > > SplitTerminator < ' a , P > {
811
- /// Returns remainder of the splitted string
811
+ /// Returns remainder of the split string
812
812
///
813
813
/// # Examples
814
814
///
@@ -829,7 +829,7 @@ impl<'a, P: Pattern<'a>> SplitTerminator<'a, P> {
829
829
}
830
830
831
831
impl < ' a , P : Pattern < ' a > > RSplitTerminator < ' a , P > {
832
- /// Returns remainder of the splitted string
832
+ /// Returns remainder of the split string
833
833
///
834
834
/// # Examples
835
835
///
@@ -931,7 +931,7 @@ generate_pattern_iterators! {
931
931
}
932
932
933
933
impl < ' a , P : Pattern < ' a > > SplitN < ' a , P > {
934
- /// Returns remainder of the splitted string
934
+ /// Returns remainder of the split string
935
935
///
936
936
/// # Examples
937
937
///
@@ -952,7 +952,7 @@ impl<'a, P: Pattern<'a>> SplitN<'a, P> {
952
952
}
953
953
954
954
impl < ' a , P : Pattern < ' a > > RSplitN < ' a , P > {
955
- /// Returns remainder of the splitted string
955
+ /// Returns remainder of the split string
956
956
///
957
957
/// # Examples
958
958
///
@@ -1236,7 +1236,7 @@ impl<'a> DoubleEndedIterator for SplitWhitespace<'a> {
1236
1236
impl FusedIterator for SplitWhitespace < ' _ > { }
1237
1237
1238
1238
impl < ' a > SplitWhitespace < ' a > {
1239
- /// Returns remainder of the splitted string
1239
+ /// Returns remainder of the split string
1240
1240
///
1241
1241
/// # Examples
1242
1242
///
@@ -1292,7 +1292,7 @@ impl<'a> DoubleEndedIterator for SplitAsciiWhitespace<'a> {
1292
1292
impl FusedIterator for SplitAsciiWhitespace < ' _ > { }
1293
1293
1294
1294
impl < ' a > SplitAsciiWhitespace < ' a > {
1295
- /// Returns remainder of the splitted string
1295
+ /// Returns remainder of the split string
1296
1296
///
1297
1297
/// # Examples
1298
1298
///
@@ -1360,7 +1360,7 @@ impl<'a, P: Pattern<'a, Searcher: ReverseSearcher<'a>>> DoubleEndedIterator
1360
1360
impl < ' a , P : Pattern < ' a > > FusedIterator for SplitInclusive < ' a , P > { }
1361
1361
1362
1362
impl < ' a , P : Pattern < ' a > > SplitInclusive < ' a , P > {
1363
- /// Returns remainder of the splitted string
1363
+ /// Returns remainder of the split string
1364
1364
///
1365
1365
/// # Examples
1366
1366
///
0 commit comments