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.
This commit is contained in:
Paul Backus 2025-03-20 16:24:23 -04:00 committed by GitHub
parent 96ab2077c3
commit 1fab9aca41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1205,10 +1205,7 @@ public struct UUID
* This function is not supported at compile time.
*
* Bugs:
* $(LINK2
* https://github.com/dlang/phobos/issues/9881
* Issue #9881 - Randomness in UUID generation is insufficient
* )
* $(LINK2 https://github.com/dlang/phobos/issues/9881, Issue #9881 - Randomness in UUID generation is insufficient)
*
* Warning:
* $(B This function must not be used for cryptographic purposes.)