8000 Fix doc for UNICODE_VERSION · unicode-rs/unicode-script@4e4f0c1 · GitHub
[go: up one dir, main page]

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)
0