From 0bc099f8f8b6541a962e604b7ac25445a2a9252a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 5 Jul 2022 09:47:28 +0200 Subject: Fix typo --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index c2d57af..cdfeac4 100644 --- a/build.rs +++ b/build.rs @@ -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 -- cgit