Skip to content

Commit 76f4d14

Browse files
authored
Patched typo in Java Long max value
1 parent d2646f7 commit 76f4d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/master/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Extended graphql-java scalars
310310
* ``GraphQLBigDecimal``
311311
* ``GraphQLBigInteger``
312312

313-
Note that the semantics around the extended scalars might not be understood by your clients. For example mapping a Java Long (max value 26^3-1) into a JavaScript Number ( max value 2^53 - 1)
313+
Note that the semantics around the extended scalars might not be understood by your clients. For example mapping a Java Long (max value 2^63-1) into a JavaScript Number ( max value 2^53 - 1)
314314
may be problematic for you.
315315

316316

0 commit comments

Comments
 (0)