Skip to content

Commit 1fab9ac

Browse files
authored
Fix #10701 - Broken link in documentation of randomUUID (#10702)
Arguments to DDoc macros must be separated by a comma and at most one space, not spread over multiple lines.
1 parent 96ab207 commit 1fab9ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

std/uuid.d

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,10 +1205,7 @@ public struct UUID
12051205
* This function is not supported at compile time.
12061206
*
12071207
* Bugs:
1208-
* $(LINK2
1209-
* https://github.com/dlang/phobos/issues/9881
1210-
* Issue #9881 - Randomness in UUID generation is insufficient
1211-
* )
1208+
* $(LINK2 https://github.com/dlang/phobos/issues/9881, Issue #9881 - Randomness in UUID generation is insufficient)
12121209
*
12131210
* Warning:
12141211
* $(B This function must not be used for cryptographic purposes.)

0 commit comments

Comments
 (0)