diff options
-rw-r--r-- | build.rs | 2 | ||||
-rw-r--r-- | src/unicode.rs | 2 |
2 files changed, 2 insertions, 2 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 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 |