Skip to content

Commit 6b837f6

Browse files
dawsonfrakesBolpat
authored andcommitted
Update expression.dd
1 parent 46068b3 commit 6b837f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ $(P A container such as an associative array
842842
$(DDSUBLINK spec/hash-map, testing_membership, can be tested) to see if it contains a certain key:)
843843

844844
-------------
845-
int foo[string];
845+
int[string] foo;
846846
...
847847
if ("hello" in foo)
848848
{

0 commit comments

Comments
 (0)