Skip to content

Commit 12c82e2

Browse files
committed
update note to specify incrementing happens in the same process
1 parent e914cd3 commit 12c82e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/uid.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,10 @@ are encoded as 26-character strings (vs 36-character UUIDs).
211211

212212
.. note::
213213

214-
If you generate more than one ULID during the same millisecond then the random
215-
portion is incremented by one bit in order to provide monotonicity for sorting.
216-
The random portion is **not** random compared to the previous ULID in this case.
214+
If you generate more than one ULID during the same millisecond in the
215+
same process then the random portion is incremented by one bit in order
216+
to provide monotonicity for sorting. The random portion is **not**
217+
random compared to the previous ULID in this case.
217218

218219
Generating ULIDs
219220
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)