Skip to content

Commit e49e6c7

Browse files
dawsonfrakesdlang-bot
authored andcommitted
Update expression.dd
1 parent e122353 commit e49e6c7

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
@@ -885,7 +885,7 @@ $(P A container such as an associative array
885885
$(DDSUBLINK spec/hash-map, testing_membership, can be tested) to see if it contains a certain key:)
886886

887887
-------------
888-
int foo[string];
888+
int[string] foo;
889889
...
890890
if ("hello" in foo)
891891
{

0 commit comments

Comments
 (0)