Skip to content

Commit

Permalink
fix: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
renzobanegass committed Aug 7, 2024
1 parent 92e1129 commit 1c1a844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hints/math/testLessThan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const testLessThanParser = z
/**
* TestLessThan hint
*
* Store true at `dst` if value at `lhs` is stricty inferior to value at `rhs`.
* Store true at `dst` if value at `lhs` is strictly inferior to value at `rhs`.
* Store false otherwise
*/
export type TestLessThan = z.infer<typeof testLessThanParser>;
Expand Down

0 comments on commit 1c1a844

Please sign in to comment.