Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Apr 6, 2011
1 parent 5071624 commit d527807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/algorithm.d
Expand Up @@ -984,7 +984,7 @@ Example:
----
struct S { ... }
S[] s = (cast(S*) malloc(5 * S.sizeof))[0 .. 5];
initialize(s);
initializeAll(s);
assert(s == [ 0, 0, 0, 0, 0 ]);
----
*/
Expand Down

0 comments on commit d527807

Please sign in to comment.