Skip to content

Commit 50a296f

Browse files
committed
Minor tweak
1 parent 74a093c commit 50a296f

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
@@ -180,7 +180,7 @@ Use these methods to transform the UUID object into different bases::
180180
$uuid->toRfc4122(); // string(36) "d9e7a184-5d5b-11ea-a62a-3499710062d0"
181181
$uuid->toHex(); // string(34) "0xd9e7a1845d5b11eaa62a3499710062d0"
182182

183-
Some UUID versions support being converted from one version to another::
183+
You can also convert some UUID versions to others::
184184

185185
// convert V1 to V6 or V7
186186
$uuid = Uuid::v1();

0 commit comments

Comments
 (0)