diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-05 09:47:28 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-05 09:47:28 +0200 |
commit | 0bc099f8f8b6541a962e604b7ac25445a2a9252a (patch) | |
tree | efade033fc9386cdc89131c0b5e50ba167e6c49b /src | |
parent | 5a3b8a3e98dc8c7248dcc08757537f96aca60917 (diff) | |
download | markdown-rs-0bc099f8f8b6541a962e604b7ac25445a2a9252a.tar.gz markdown-rs-0bc099f8f8b6541a962e604b7ac25445a2a9252a.tar.bz2 markdown-rs-0bc099f8f8b6541a962e604b7ac25445a2a9252a.zip |
Fix typo
Diffstat (limited to '')
-rw-r--r-- | src/unicode.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unicode.rs b/src/unicode.rs index 8107440..a8445f9 100644 --- a/src/unicode.rs +++ b/src/unicode.rs @@ -2,7 +2,7 @@ /// List of characters that are considered punctuation according to Unicode. /// -/// > 👉 **Important**: this module is generated by `script/`. +/// > 👉 **Important**: this module is generated by `build.rs`. /// > It is generate from the latest Unicode data. /// /// Rust does not contain an `is_punctuation` method on `char`, while it does |