We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe264e commit 9dc53a2Copy full SHA for 9dc53a2
src/lib.rs
@@ -25,7 +25,7 @@ which can be used together with rust-encoding or encoding-rs.
25
* Take (at least) a `input: &mut cssparser::Parser` parameter
26
* Return `Result<_, ()>`
27
* When returning `Ok(_)`,
28
- the function must have consume exactly the amount of input that represents the parsed value.
+ the function must have consumed exactly the amount of input that represents the parsed value.
29
* When returning `Err(())`, any amount of input may have been consumed.
30
31
As a consequence, when calling another parsing function, either:
0 commit comments