From b7b52b6fa848c51d3a007d30c0355b7960abe2e5 Mon Sep 17 00:00:00 2001 From: Tyler Miller Date: Tue, 17 Sep 2024 02:40:19 -0700 Subject: [PATCH] chore(array): improve grammar/wording (#196) --- src/array.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/array.lua b/src/array.lua index f9cb655..971f6d6 100644 --- a/src/array.lua +++ b/src/array.lua @@ -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