File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Instantiate the ``Ulid`` class to generate a random ULID value::
137
137
138
138
$ulid = new Ulid(); // e.g. 01AN4Z07BY79KA1307SR9X4MV3
139
139
140
- If your UUID is generated by another system, use the ``fromString() `` method to
140
+ If your ULID is generated by another system, use the ``fromString() `` method to
141
141
create an object and make use of the utilities available for Symfony ULIDs::
142
142
143
143
// this value is generated somewhere else
@@ -180,7 +180,7 @@ ULID objects created with the ``Ulid`` class can use the following methods::
180
180
// comparing ULIDs and checking for equality
181
181
$ulid1->equals($ulid2); // false
182
182
// this method returns $ulid1 <=> $ulid2
183
- $uuid1 ->compare($uuid4 ); // e.g. int(-1)
183
+ $ulid1 ->compare($ulid2 ); // e.g. int(-1)
184
184
185
185
.. _`unique identifiers` : https://en.wikipedia.org/wiki/UID
186
186
.. _`UUIDs` : https://en.wikipedia.org/wiki/Universally_unique_identifier
You can’t perform that action at this time.
0 commit comments