Skip to content

Commit c0e1f6a

Browse files
bakkotctcpip
andauthored
Update normative-conventions.md
Co-authored-by: Chris de Almeida <[email protected]>
1 parent 2a18137 commit c0e1f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

normative-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ NB: This convention is new as of 2024, and most earlier parts of the language do
4848

4949
## Multi-word strings which are serving as enum values should be kebab-case
5050

51-
For example, `Atomics.wait` returns one of the three strings `"not-equal"`, `"ok"`, or `"timed-out"`, and `Uint8Array.prototype.setFromBase64` takes an argument with possible values `"loose"`, `"strict"`, `"stop-before-partial"`.
51+
For example, `Atomics.wait` returns one of the three strings `"not-equal"`, `"ok"`, or `"timed-out"`, and `Uint8Array.prototype.setFromBase64` takes an argument with possible values `"loose"`, `"strict"`, or `"stop-before-partial"`.

0 commit comments

Comments
 (0)