Skip to content

Commit

Permalink
Merge pull request #4067 from miham/patch-1
Browse files Browse the repository at this point in the history
Use proper right parenthesis in example's comment: "$(RPAREN)" -> ")".
  • Loading branch information
H. S. Teoh committed Mar 8, 2016
2 parents 1f0cbb6 + d22a24a commit a2b33b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/random.d
Expand Up @@ -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);
Expand Down

0 comments on commit a2b33b0

Please sign in to comment.