Nim icon indicating copy to clipboard operation
Nim copied to clipboard

initRand() has 2 identical entries in docs

Open dreamflow opened this issue 1 year ago • 0 comments
trafficstars

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's identical to the first .

this was already reported last year in https://github.com/nim-lang/Nim/issues/23051 and closed as completed , but the committed fixes didn't solve it . the second unnecessary double entry is still there .

dreamflow avatar Aug 13 '24 08:08 dreamflow