Skip to content

Commit c11a9b8

Browse files
committed
-
1 parent c0a26aa commit c11a9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/uid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Instantiate the ``Ulid`` class to generate a random ULID value::
124124

125125
$ulid = new Ulid(); // e.g. 01AN4Z07BY79KA1307SR9X4MV3
126126

127-
If your ULID is generated by another system, pass its value to the constructor:
127+
If your ULID is generated by another system, pass its value to the constructor::
128128

129129
$ulidValue = 'X7NR9KZ0A4Y9BV1431S70A03M7';
130130
$ulid = new Ulid($ulidValue);

0 commit comments

Comments
 (0)