Skip to content

Commit c7f60e1

Browse files
committed
Minor tweak
1 parent 75dd683 commit c7f60e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/uid.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ are encoded as 26-character strings (vs 36-character UUIDs).
213213

214214
If you generate more than one ULID during the same millisecond in the
215215
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.
216+
to provide monotonicity for sorting. The random portion is not random
217+
compared to the previous ULID in this case.
218218

219219
Generating ULIDs
220220
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)