diff --git a/jsonapi-generator/README.adoc b/jsonapi-generator/README.adoc index 782e87710..64284b85c 100644 --- a/jsonapi-generator/README.adoc +++ b/jsonapi-generator/README.adoc @@ -302,7 +302,7 @@ two keys, one as proper integer and one as string representation. So from languages that have proper 64bit integers support like Python or C++ one better read from `xint64` which is represented as a JSON integer, from languages -where there is no proper 64bit integers support like JavaScriptone can read from +where there is no proper 64bit integers support like JavaScript one can read from `xstr64` which is represented as JSON string (note that the first is not wrapped in "" while the latter is).