File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ where
111
111
move |i : I | parser. process :: < OutputM < Emit , Emit , Complete > > ( i)
112
112
}
113
113
114
- /// Returns the longest slice of the matches the pattern.
114
+ /// Returns the longest input slice (at least 1) that matches the pattern.
115
115
///
116
116
/// The parser will return the longest slice consisting of the characters in provided in the
117
117
/// combinator's argument.
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ where
237
237
}
238
238
}
239
239
240
- /// Returns the longest slice of the matches the pattern.
240
+ /// Returns the longest input slice (at least 1) that matches the pattern.
241
241
///
242
242
/// The parser will return the longest slice consisting of the characters in provided in the
243
243
/// combinator's argument.
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ where
108
108
move |i : I | parser. process :: < OutputM < Emit , Emit , Streaming > > ( i)
109
109
}
110
110
111
- /// Returns the longest slice of the matches the pattern.
111
+ /// Returns the longest input slice (at least 1) that matches the pattern.
112
112
///
113
113
/// The parser will return the longest slice consisting of the characters in provided in the
114
114
/// combinator's argument.
You can’t perform that action at this time.
0 commit comments