File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export const GraphQLInt = new GraphQLScalarType({
62
62
name : 'Int' ,
63
63
description :
64
64
'The `Int` scalar type represents non-fractional signed whole numeric ' +
65
- 'values. Int can represent values between -(2^31) and 2^31 - 1. ' ,
65
+ 'values. Int can represent values between -(2^31) and 2^31 - 1.' ,
66
66
serialize : serializeInt ,
67
67
parseValue : coerceInt ,
68
68
parseLiteral ( ast ) {
@@ -107,7 +107,7 @@ export const GraphQLFloat = new GraphQLScalarType({
107
107
description :
108
108
'The `Float` scalar type represents signed double-precision fractional ' +
109
109
'values as specified by ' +
110
- '[IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). ' ,
110
+ '[IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).' ,
111
111
serialize : serializeFloat ,
112
112
parseValue : coerceFloat ,
113
113
parseLiteral ( ast ) {
You can’t perform that action at this time.
0 commit comments