Skip to content

Commit bad9ca4

Browse files
committed
Update comparison symbols
1 parent 02e8aa0 commit bad9ca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/common/src/Type.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ export const formatNegativeError = createTypeErrorFormatter<NegativeError>(
17651765
);
17661766

17671767
/**
1768-
* Non-positive number (<= 0).
1768+
* Non-positive number ( 0).
17691769
*
17701770
* ### Example
17711771
*
@@ -1794,7 +1794,7 @@ export const formatNonPositiveError =
17941794
);
17951795

17961796
/**
1797-
* Non-negative number (>= 0).
1797+
* Non-negative number ( 0).
17981798
*
17991799
* ### Example
18001800
*

0 commit comments

Comments
 (0)