Skip to content

Commit

Permalink
Link unidecode in docs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Judd committed Dec 22, 2015
1 parent ebdbbde commit 17c8634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/comparison.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ impl Name {
/// names and/or suffixes are present in both names, they must match as well.
///
/// Transliterates everything to ASCII before comparison using the naive
/// algorithm of unidecode (which ignores context), and ignores case, accents
/// and combining marks.
/// algorithm of [unidecode](https://github.com/chowdhurya/rust-unidecode/)
/// (which ignores context), and ignores case, accents and combining marks.
///
/// In the case of given and middle names, allows one name to be a prefix of
/// the other, without requiring the prefix end at a word boundary as we do
Expand Down

0 comments on commit 17c8634

Please sign in to comment.