Skip to content

Commit 3e5dcbf

Browse files
committed
Remove extra </ins> from GetNumberFormatPattern description (#8)
1 parent 7bee1d9 commit 3e5dcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ contributors: Eemeli Aro
343343
<h1>
344344
GetNumberFormatPattern (
345345
_numberFormat_: an Intl.NumberFormat,
346-
_x_: <del>an Intl mathematical value</del><ins></ins>either a mathematical value or one of ~positive-infinity~, ~negative-infinity~, ~not-a-number~, or ~negative-zero~</ins>,
346+
_x_: <del>an Intl mathematical value</del><ins>either a mathematical value or one of ~positive-infinity~, ~negative-infinity~, ~not-a-number~, or ~negative-zero~</ins>,
347347
): a String
348348
</h1>
349349
<dl class="header">

0 commit comments

Comments
 (0)