Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
[no important files changed]
  • Loading branch information
glennj authored Aug 10, 2024
1 parent 7c0437e commit 8cbe3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/zebra-puzzle/.meta/example.jq
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def solveForNationality($state):
[]
| .[$english] = "EnglishMan"
| .[$spanish] = "Spaniard"
| .[$ukranian] = "Ukranian"
| .[$ukranian] = "Ukrainian"
| .[$norwegian] = "Norwegian"
| .[$japanese] = "Japanese"
)
Expand Down

0 comments on commit 8cbe3b7

Please sign in to comment.