Skip to content

Commit 4a14ac3

Browse files
committed
Update comment for consume_clojure_whitespaces
1 parent afd6a52 commit 4a14ac3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/reader.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ pub fn debug_try_read(input: &[u8]) -> IResult<&[u8], Value> {
261261
reading
262262
}
263263

264-
/// Consumes one or more whitespaces from the input.
264+
/// Consumes any whitespace from input, if there is any.
265+
/// Always succeeds.
265266
///
266267
/// A whitespace is either an ASCII whitespace or a comma.
267268
fn consume_clojure_whitespaces(input: &[u8]) -> IResult<&[u8], ()> {

0 commit comments

Comments
 (0)