Skip to content

Commit 34fcdcb

Browse files
committed
-
1 parent f15a7d1 commit 34fcdcb

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
@@ -177,7 +177,7 @@ your services and use it as follows:
177177
$uuid = $this->uuidFactory->create();
178178

179179
$randomBasedUuid = $this->uuidFactory->randomBased()->create();
180-
// $namespace can be omitted if a default is configured in the factory (see below)
180+
// $namespace can be omitted if a default namespace is configured in the factory (see below)
181181
$nameBasedUuid = $this->uuidFactory->nameBased($namespace)->create($name);
182182
// $node can be omitted if a default node is configured in the factory (see below)
183183
$timestampBased = $this->uuidFactory->timeBased($node)->create();

0 commit comments

Comments
 (0)