Skip to content

Commit

Permalink
chore(array): improve grammar/wording (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr authored Sep 17, 2024
1 parent 376fdb4 commit b7b52b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/array.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ end

-- Register the proper assertion messages
say:set("assertion.array_holes.positive", [[
Expected array to have holes, but none was found.
Expected array to have holes, but none were found.
]])
say:set("assertion.array_holes.negative", [[
Expected array to not have holes, hole found at position: %s
Expected array to not have holes, but found a hole at index: %s
]])

-- Register the assertion, and the modifier
Expand Down

0 comments on commit b7b52b6

Please sign in to comment.