aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/unicode.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/unicode.rs b/src/util/unicode.rs
index 15004c7..a8da957 100644
--- a/src/util/unicode.rs
+++ b/src/util/unicode.rs
@@ -2,7 +2,7 @@
/// List of characters that are considered punctuation.
///
-/// > 👉 **Important**: this module is generated by `build.rs`.
+/// > 👉 **Important**: this module is generated by `generate/src/main.rs`.
/// > It is generate from the latest Unicode data.
///
/// Rust does not contain an `is_punctuation` method on `char`, while it does