Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix deps doc
Browse files Browse the repository at this point in the history
greged93 authored Jun 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5ac508e commit ea5d6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/parse-hyperlinks/src/lib.rs
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ use nom::IResult;
/// ```
/// use nom::bytes::complete::tag;
/// use nom::sequence::delimited;
/// use parse_hyperlinks::take_until_unbalanced;
/// use cairo_take_until_unbalanced::take_until_unbalanced;
///
/// let mut parser = delimited(tag("<"), take_until_unbalanced('<', '>'), tag(">"));
/// assert_eq!(parser("<<inside>inside>abc"), Ok(("abc", "<inside>inside")));

0 comments on commit ea5d6af

Please sign in to comment.