Skip to content

Commit 4e4f0c1

Browse files
committed
Fix doc for UNICODE_VERSION
1 parent 9194f97 commit 4e4f0c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def extension_name(ext, longforms={}):
371371
rf.write(preamble)
372372
rf.write("""
373373
/// The version of [Unicode](http://www.unicode.org/)
374-
/// that this version of unicode-segmentation is based on.
374+
/// that this version of unicode-script is based on.
375375
pub const UNICODE_VERSION: (u64, u64, u64) = (%s, %s, %s);
376376
""" % UNICODE_VERSION)
377377

src/tables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
1414

1515
/// The version of [Unicode](http://www.unicode.org/)
16-
/// that this version of unicode-segmentation is based on.
16+
/// that this version of unicode-script is based on.
1717
pub const UNICODE_VERSION: (u64, u64, u64) = (12, 0, 0);
1818

1919
use core::convert::TryFrom;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy