Skip to content

Commit 30ea53f

Browse files
kakasooclaude
andcommitted
fix: correct grammar in error message "doesn't has" to "doesn't have"
Closes #18 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1ddcec5 commit 30ea53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/DeepStrictAssert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const deepStrictAssert =
5252
return { [first]: input[first] };
5353
}
5454

55-
throw new Error(`input doesn\'t has key: ${first}`);
55+
throw new Error(`input doesn\'t have key: ${first}`);
5656
}
5757
};
5858

0 commit comments

Comments
 (0)