Skip to content

Commit bef685b

Browse files
committed
Fix ScriptExtension docs
1 parent 4e4f0c1 commit bef685b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scripts/unicode.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,9 @@ def emit_enums(f, script_list, extension_list, longforms, intersections):
205205
/// A value for the Script_Extension property
206206
///
207207
/// Script_Extension is one or more Script
208+
///
208209
/// This is essentially an optimized version of Vec<Script>,
209-
/// optimized by script sets actually present in Unicode.
210+
/// optimized by script sets and intersections actually present in Unicode.
210211
pub enum ScriptExtension {
211212
/// A single script
212213
Single(Script),

src/tables.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,9 @@ pub enum Script {
334334
/// A value for the Script_Extension property
335335
///
336336
/// Script_Extension is one or more Script
337+
///
337338
/// This is essentially an optimized version of Vec<Script>,
338-
/// optimized by script sets actually present in Unicode.
339+
/// optimized by script sets and intersections actually present in Unicode.
339340
pub enum ScriptExtension {
340341
/// A single script
341342
Single(Script),

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