Skip to content

Commit

Permalink
fixed misleading doc for assocArray()
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Matoga committed Nov 14, 2012
1 parent 908c176 commit 383f77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/array.d
Expand Up @@ -170,8 +170,8 @@ unittest
}

/**
Returns a newly allocated associative array out of elements of the input range.
The input range must be a range or array of tuples (Key, Value).
Returns a newly allocated associative array out of elements of the input range,
which must be a range of tuples (Key, Value).
Example:
Expand Down

0 comments on commit 383f77c

Please sign in to comment.