We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e914cd3 commit 12c82e2Copy full SHA for 12c82e2
components/uid.rst
@@ -211,9 +211,10 @@ are encoded as 26-character strings (vs 36-character UUIDs).
211
212
.. note::
213
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.
+ If you generate more than one ULID during the same millisecond in the
+ same process then the random portion is incremented by one bit in order
+ to provide monotonicity for sorting. The random portion is **not**
217
+ random compared to the previous ULID in this case.
218
219
Generating ULIDs
220
~~~~~~~~~~~~~~~~
0 commit comments