forked from tc39/ecma262
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Standardize more terminology re code units.
(Get rid of the phrase "code unit value" in algorithms.) the code unit value of the string element at index _p_ within _str_ the code unit value of the element at index _p_ within _str_ the code unit value at index _p_ within _str_ -> the numeric value of the code unit at index _p_ within _str_ the numeric code unit value of _code_unit_ the code unit value of _code_unit_ _code_unit_'s code unit value -> the numeric value of _code_unit_ the code unit value that is _i_ the code unit with code unit value _i_ -> the code unit whose value is _i_ _code_unit_ has a code unit value less than _i_ -> _code_unit_ has a numeric value less than _i_
- Loading branch information
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters