aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index 1a3549b..7e68124 100644
--- a/build.rs
+++ b/build.rs
@@ -122,9 +122,9 @@ async fn punctuation() {
.collect::<Vec<_>>();
let doc = format!(
- "//! Information on Unicode.
+ "//! Info on Unicode.
-/// List of characters that are considered punctuation according to Unicode.
+/// List of characters that are considered punctuation.
///
/// > 👉 **Important**: this module is generated by `build.rs`.
/// > It is generate from the latest Unicode data.