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 /build.rs | |
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-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ async fn main() { /// 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 |