8000 Small fix in comments. · popzxc/unicode-script@ff077c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff077c5

Browse files
committed
Small fix in comments.
1 parent 716c18e commit ff077c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ impl ScriptExtension {
266266
ext
267267
}
268268

269-
/// Iterate over the scripts in this string
269+
/// Iterate over the scripts in this script extension
270270
///
271-
/// Will never yeild Script::Unknown
271+
/// Will never yield Script::Unknown
272272
pub fn iter(self) -> ScriptIterator {
273273
ScriptIterator { ext: self }
274274
}

0 commit comments

Comments
 (0)
0