Skip to content

Commit f811fd1

Browse files
vakhovxuniq
andauthored
Update doc/reference/reference_lua/ulid.rst
Co-authored-by: Kseniia Antonova <[email protected]>
1 parent f509e30 commit f811fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/reference_lua/ulid.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ than earlier ones, including ULIDs generated within the same millisecond.
7070
Comparison works both between ULID objects and between a ULID object
7171
and a ULID string:
7272

73-
* ``u1 == u2`` compares two ULID objects directly;
74-
* ``u1 == "01..."`` converts the string to ULID and compares values;
73+
* ``u1 == u2`` compares two ULID objects directly.
74+
* ``u1 == "01..."`` converts the string to ULID and compares values.
7575
* ``u1 < "01..."`` or ``"01..." < u1`` convert the string argument to ULID
7676
and perform lexicographical comparison.
7777

0 commit comments

Comments
 (0)