mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Use proper right parenthesis in example's comment: "$(RPAREN)" -> ")"
This commit is contained in:
parent
1f0cbb6280
commit
d22a24a702
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Example:
|
|||
----
|
||||
// Generate a uniformly-distributed integer in the range [0, 14]
|
||||
auto i = uniform(0, 15);
|
||||
// Generate a uniformly-distributed real in the range [0, 100$(RPAREN)
|
||||
// Generate a uniformly-distributed real in the range [0, 100)
|
||||
// using a specific random generator
|
||||
Random gen;
|
||||
auto r = uniform(0.0L, 100.0L, gen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue