Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Apr 29, 2009
1 parent 2879e94 commit 79af282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/random.d
Expand Up @@ -726,7 +726,7 @@ unittest {
/**
Covers a given range $(D r) in a random manner, i.e. goes through each
element of $(D r) once and only once, just in a random order. $(D r)
must be a forward access range with length.
must be a random-access range with length.
Example:
----
Expand Down

0 comments on commit 79af282

Please sign in to comment.