Skip to content

Commit 0caaba1

Browse files
author
bors-servo
authored
Auto merge of #125 - michaelwheeler:patch-1, r=KiChjang
Fix doc typo <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/125) <!-- Reviewable:end -->
2 parents 6fe264e + 9dc53a2 commit 0caaba1

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)