Skip to content

Commit ec3716a

Browse files
committed
Make definition identifiers singular, and use automatic term pluralization.
1 parent b0538c2 commit ec3716a

File tree

3 files changed

+99
-98
lines changed

3 files changed

+99
-98
lines changed

common/algorithm-terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
as a stack with elements from the previous <a>processor state</a>
4949
copied into a new <a>processor state</a> when entering a new
5050
<a>JSON object</a>.</dd>
51-
<dt><dfn data-lt="promises">promise</dfn></dt><dd>
51+
<dt><dfn>promise</dfn></dt><dd>
5252
A <a data-cite="ECMASCRIPT#sec-promise-objects" class="externalDFN">promise</a> is an object that represents the eventual result of a single asynchronous operation.
5353
Promises are defined in [[ECMASCRIPT]].</dd>
5454
<dt><dfn>require all flag</dfn></dt><dd>

0 commit comments

Comments
 (0)