Skip to content

Commit ea5d6af

Browse files
authored
fix deps doc
1 parent 5ac508e commit ea5d6af

File tree

1 file changed

+1
-1
lines changed
  • deps/parse-hyperlinks/src

1 file changed

+1
-1
lines changed

deps/parse-hyperlinks/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use nom::IResult;
1515
/// ```
1616
/// use nom::bytes::complete::tag;
1717
/// use nom::sequence::delimited;
18-
/// use parse_hyperlinks::take_until_unbalanced;
18+
/// use cairo_take_until_unbalanced::take_until_unbalanced;
1919
///
2020
/// let mut parser = delimited(tag("<"), take_until_unbalanced('<', '>'), tag(">"));
2121
/// assert_eq!(parser("<<inside>inside>abc"), Ok(("abc", "<inside>inside")));

0 commit comments

Comments
 (0)