From 254640e71a2dd0374ce8314658a3f1c648281e8c Mon Sep 17 00:00:00 2001 From: G10h4ck Date: Mon, 1 Feb 2021 16:09:56 +0100 Subject: [PATCH] fid typo in JSON API README --- jsonapi-generator/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).