-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
std/random
initRand() has a double identical entry in nim-lang.org/docs
#23051
Labels
Documentation Generation
Related to documentation generation (but not content).
Comments
It seems to be a pretty weird regression since 1.6.0 |
ringabout
added
Regression
Documentation Generation
Related to documentation generation (but not content).
labels
Dec 12, 2023
I see, |
ringabout
added a commit
that referenced
this issue
Dec 14, 2023
ringabout
added a commit
that referenced
this issue
Dec 14, 2023
Graveflo
pushed a commit
to Graveflo/Nim
that referenced
this issue
Dec 14, 2023
…ls again (nim-lang#23074) fixes nim-lang#23051 Before ![image](https://github.com/nim-lang/Nim/assets/43030857/d402a837-281e-4035-8302-500f64dccdb5) After ![image](https://github.com/nim-lang/Nim/assets/43030857/de9a23f1-9e50-4551-b3fd-3311e1de378e)
https://nim-lang.org/docs/random.html#initRand%2Cint64 https://nim-lang.org/docs/random.html#initRand%2Cint64_2 the second unnecessary double entry is still there . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://nim-lang.org/docs/random.html#initRand%2Cint64
https://nim-lang.org/docs/random.html#initRand%2Cint64_2
the second one can be deleted , it is identical to the first .
The text was updated successfully, but these errors were encountered: