Skip to content

Commit

Permalink
Fix incorrect doc-comment syntax.
Browse files Browse the repository at this point in the history
Closes #4.
  • Loading branch information
frewsxcv authored and briansmith committed Aug 28, 2015
1 parent 00eba2a commit eefa02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub struct Mark {
impl<'a> Reader<'a> {
/// Construct a new Reader for the given input. Use `read_all`,
/// `read_all_mut`, or `read_all_optional` instead of `Reader::new`
// whenever possible.
/// whenever possible.
#[inline]
pub fn new(input: Input<'a>) -> Reader<'a> {
Reader { input: input.value, i: 0 }
Expand Down

0 comments on commit eefa02d

Please sign in to comment.