mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
make deprecated message better (#18737)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
## random number generator.
|
||||
## .. note:: The procs in this module work at compile-time.
|
||||
|
||||
{.deprecated: "use `std/random` instead.".}
|
||||
{.deprecated: "use `std/random` instead".}
|
||||
|
||||
runnableExamples:
|
||||
var rand = newMersenneTwister(uint32.high) ## must be "var"
|
||||
|
||||
Reference in New Issue
Block a user