Skip to content

Commit

Permalink
Fix "the" typo
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
wader and jsoref authored Jun 5, 2023
1 parent 3e9b5ee commit 4b48076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Changes
$ jq -n '100000000000000000+10'
100000000000000020
```
- Allow `if` without `else`-branch. When skipped thee `else`-branch will be `.` (identity). 4f6045a94e0519ec58210bbd58ece442c32468e1 @chancez
- Allow `if` without `else`-branch. When skipped the `else`-branch will be `.` (identity). 4f6045a94e0519ec58210bbd58ece442c32468e1 @chancez
```sh
# convert 1 to "one" otherwise keep as is
$ jq -n '1,2 | if . == 1 then "one" end'
Expand Down

0 comments on commit 4b48076

Please sign in to comment.