File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ where
111111 move |i : I | parser. process :: < OutputM < Emit , Emit , Complete > > ( i)
112112}
113113
114- /// Returns the longest slice of the matches the pattern.
114+ /// Returns the longest input slice (at least 1) that matches the pattern.
115115///
116116/// The parser will return the longest slice consisting of the characters in provided in the
117117/// combinator's argument.
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ where
237237 }
238238}
239239
240- /// Returns the longest slice of the matches the pattern.
240+ /// Returns the longest input slice (at least 1) that matches the pattern.
241241///
242242/// The parser will return the longest slice consisting of the characters in provided in the
243243/// combinator's argument.
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ where
108108 move |i : I | parser. process :: < OutputM < Emit , Emit , Streaming > > ( i)
109109}
110110
111- /// Returns the longest slice of the matches the pattern.
111+ /// Returns the longest input slice (at least 1) that matches the pattern.
112112///
113113/// The parser will return the longest slice consisting of the characters in provided in the
114114/// combinator's argument.
You can’t perform that action at this time.
0 commit comments