Skip to content

Commit

Permalink
Merge pull request #158 from badeadan/patch-7
Browse files Browse the repository at this point in the history
"values" supports only one dictionary
  • Loading branch information
mattfarina committed Jun 14, 2019
2 parents 69f007c + 567f712 commit 90ce42e
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 @@ -160,7 +160,7 @@ The above returns `{name2: value2}`
## values

The `values` function is similar to `keys`, except it returns a new `list` with
all the values of the source `dict`.
all the values of the source `dict` (only one dictionary is supported).

```
$vals := values $myDict
Expand Down

0 comments on commit 90ce42e

Please sign in to comment.