Skip to content

Commit 9dc53a2

Browse files
Fix doc typo
1 parent 6fe264e commit 9dc53a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ which can be used together with rust-encoding or encoding-rs.
2525
* Take (at least) a `input: &mut cssparser::Parser` parameter
2626
* Return `Result<_, ()>`
2727
* When returning `Ok(_)`,
28-
the function must have consume exactly the amount of input that represents the parsed value.
28+
the function must have consumed exactly the amount of input that represents the parsed value.
2929
* When returning `Err(())`, any amount of input may have been consumed.
3030
3131
As a consequence, when calling another parsing function, either:

0 commit comments

Comments
 (0)