Skip to content

Commit ccacd4c

Browse files
committed
moar grandma
1 parent 65b308d commit ccacd4c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,21 +112,21 @@ adds more semantic readers to your schema consumers.
112112

113113

114114
* `PositiveInt`
115-
* An `Int` scalar that MUST be a greater than zero
115+
* An `Int` scalar that MUST be greater than zero
116116
* `NegativeInt`
117-
* An `Int` scalar that MUST be a less than zero
117+
* An `Int` scalar that MUST be less than zero
118118
* `NonPositiveInt`
119-
* An `Int` scalar that MUST be a less than or equal to zero
119+
* An `Int` scalar that MUST be less than or equal to zero
120120
* `NonNegativeInt`
121-
* An `Int` scalar that MUST be a greater than or equal to zero
121+
* An `Int` scalar that MUST be greater than or equal to zero
122122
* `PositiveFloat`
123-
* An `Float` scalar that MUST be a greater than zero
123+
* An `Float` scalar that MUST be greater than zero
124124
* `NegativeFloat`
125-
* An `Float` scalar that MUST be a less than zero
125+
* An `Float` scalar that MUST be less than zero
126126
* `NonPositiveFloat`
127-
* An `Float` scalar that MUST be a less than or equal to zero
127+
* An `Float` scalar that MUST be less than or equal to zero
128128
* `NonNegativeFloat`
129-
* An `Float` scalar that MUST be a greater than or equal to zero
129+
* An `Float` scalar that MUST be greater than or equal to zero
130130

131131
The numeric scalars are derivations of the standard graphql `Int` and `Float` scalars that enforce range limits.
132132

0 commit comments

Comments
 (0)