We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e8aa0 commit bad9ca4Copy full SHA for bad9ca4
1 file changed
packages/common/src/Type.ts
@@ -1765,7 +1765,7 @@ export const formatNegativeError = createTypeErrorFormatter<NegativeError>(
1765
);
1766
1767
/**
1768
- * Non-positive number (<= 0).
+ * Non-positive number (≤ 0).
1769
*
1770
* ### Example
1771
@@ -1794,7 +1794,7 @@ export const formatNonPositiveError =
1794
1795
1796
1797
- * Non-negative number (>= 0).
+ * Non-negative number (≥ 0).
1798
1799
1800
0 commit comments