Skip to content

Commit

Permalink
Merge pull request #376 from jheyduk/patch-1
Browse files Browse the repository at this point in the history
correct value
  • Loading branch information
mattfarina committed Aug 28, 2024
2 parents 423558d + 3d9e73f commit f82c865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dicts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $myDict := dict "name1" "value1" "name2" "value2" "name3" "value 3"
Given a map and a key, get the value from the map.

```
get $myDict "key1"
get $myDict "name1"
```

The above returns `"value1"`
Expand Down

0 comments on commit f82c865

Please sign in to comment.