Skip to content

Commit

Permalink
Bugfix: Table 3 erroneously listed internal-use-only "fractional" sty…
Browse files Browse the repository at this point in the history
…le in Values column for subsecond units
  • Loading branch information
ben-allen committed Apr 25, 2024
1 parent 5e1edb2 commit f0eed88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -579,22 +579,22 @@ contributors: Ujjwal Sharma, Younies Mahmoud
<td>[[MillisecondsStyle]]</td>
<td>[[MillisecondsDisplay]]</td>
<td>*"milliseconds"*</td>
<td>&laquo; *"long"*, *"short"*, *"narrow"*, <br/>*"fractional"* &raquo;</td>
<td>&laquo; *"long"*, *"short"*, *"narrow"*, <br/>*"numeric"* &raquo;</td>
<td>*"numeric"*</td>
</tr>
<tr>
<td>[[MicrosecondsStyle]]</td>
<td>[[MicrosecondsDisplay]]</td>
<td>*"microseconds"*</td>
<td>&laquo; *"long"*, *"short"*, *"narrow"*, <br/>*"fractional"* &raquo;</td>
<td>*"fractional"*</td>
<td>&laquo; *"long"*, *"short"*, *"narrow"*, <br/>*"numeric"* &raquo;</td>
<td>*"numeric"*</td>
</tr>
<tr>
<td>[[NanosecondsStyle]]</td>
<td>[[NanosecondsDisplay]]</td>
<td>*"nanoseconds"*</td>
<td>&laquo; *"long"*, *"short"*, *"narrow"*, <br/>*"fractional"* &raquo;</td>
<td>*"fractional"*</td>
<td>&laquo; *"long"*, *"short"*, *"narrow"*, <br/>*"numeric"* &raquo;</td>
<td>*"numeric"*</td>
</tr>
</table>
</emu-table>
Expand Down

0 comments on commit f0eed88

Please sign in to comment.