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 f509e30 commit f811fd1Copy full SHA for f811fd1
doc/reference/reference_lua/ulid.rst
@@ -70,8 +70,8 @@ than earlier ones, including ULIDs generated within the same millisecond.
70
Comparison works both between ULID objects and between a ULID object
71
and a ULID string:
72
73
-* ``u1 == u2`` compares two ULID objects directly;
74
-* ``u1 == "01..."`` converts the string to ULID and compares values;
+* ``u1 == u2`` compares two ULID objects directly.
+* ``u1 == "01..."`` converts the string to ULID and compares values.
75
* ``u1 < "01..."`` or ``"01..." < u1`` convert the string argument to ULID
76
and perform lexicographical comparison.
77
0 commit comments