Skip to content

Commit

Permalink
Merge pull request #433 from ralphtandetzky/patch-1
Browse files Browse the repository at this point in the history
Update statement.dd
  • Loading branch information
AndrejMitrovic committed Dec 9, 2013
2 parents 4c2d0d5 + 00d9719 commit a271147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statement.dd
Expand Up @@ -536,7 +536,7 @@ $(H4 Foreach over Associative Arrays)
must be of the same type as the indexing type of the associative
array. It cannot be $(I ref),
and it is set to be the index of the array element.
The order in which the elements of the array is unspecified
The order in which the elements of the array are iterated over is unspecified
for $(D foreach). $(D foreach_reverse) for associative arrays
is illegal.
)
Expand Down

0 comments on commit a271147

Please sign in to comment.