Skip to content

Commit

Permalink
Merge pull request #11 from chris-morgan/tiny-doc-correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski authored Aug 4, 2022
2 parents b419b6c + ae51d72 commit 6a40b5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ const POINTERS: &[u8] = include_bytes!("pointers.bin");
///
/// There are, however, some things you should keep in mind:
/// * As stated, some transliterations do produce `\n` characters.
/// * Some Unicode characters transliterate to an empty string, either on purpose
/// or because `deunicode` does not know about the character.
/// * Some Unicode characters transliterate to an empty string on purpose.
/// * Some Unicode characters are unknown and transliterate to `"[?]"` (see `deunicode_with_tofu`)
/// * Many Unicode characters transliterate to multi-character strings. For
/// example, 北 is transliterated as "Bei ".
Expand Down

0 comments on commit 6a40b5d

Please sign in to comment.