Skip to content

Commit 62ef29e

Browse files
authored
docs: typo (#667)
1 parent d27dad1 commit 62ef29e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Create an RFC version 1 (timestamp) UUID
138138
| [`options.node` ] | RFC "node" field as an `Array[6]` of byte values (per 4.1.6) |
139139
| [`options.clockseq`] | RFC "clock sequence" as a `Number` between 0 - 0x3fff |
140140
| [`options.msecs`] | RFC "timestamp" field (`Number` of milliseconds, unix epoch) |
141-
| [`options.nsecs`] | RFC "timestamp" field (`Number` of nanseconds to add to `msecs`, should be 0-10,000) |
141+
| [`options.nsecs`] | RFC "timestamp" field (`Number` of nanoseconds to add to `msecs`, should be 0-10,000) |
142142
| [`options.random`] | `Array` of 16 random bytes (0-255) |
143143
| [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) |
144144
| [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |

README_js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Create an RFC version 1 (timestamp) UUID
147147
| [`options.node` ] | RFC "node" field as an `Array[6]` of byte values (per 4.1.6) |
148148
| [`options.clockseq`] | RFC "clock sequence" as a `Number` between 0 - 0x3fff |
149149
| [`options.msecs`] | RFC "timestamp" field (`Number` of milliseconds, unix epoch) |
150-
| [`options.nsecs`] | RFC "timestamp" field (`Number` of nanseconds to add to `msecs`, should be 0-10,000) |
150+
| [`options.nsecs`] | RFC "timestamp" field (`Number` of nanoseconds to add to `msecs`, should be 0-10,000) |
151151
| [`options.random`] | `Array` of 16 random bytes (0-255) |
152152
| [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) |
153153
| [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |

0 commit comments

Comments
 (0)