Skip to content

Commit

Permalink
spelling: unique
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Oct 14, 2024
1 parent 01b077b commit eab22d5
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 @@ -192,7 +192,7 @@ keys $myDict | sortAlpha
```

When supplying multiple dictionaries, the keys will be concatenated. Use the `uniq`
function along with `sortAlpha` to get a unqiue, sorted list of keys.
function along with `sortAlpha` to get a unique, sorted list of keys.

```
keys $myDict $myOtherDict | uniq | sortAlpha
Expand Down

0 comments on commit eab22d5

Please sign in to comment.