Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e4f0c1

Browse files
committed
Fix doc for UNICODE_VERSION
1 parent9194f97 commit4e4f0c1

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
pubconstUNICODE_VERSION:(u64,u64,u64) =(12,0,0);
1818

1919
use core::convert::TryFrom;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp