We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a032ba commit 66f640aCopy full SHA for 66f640a
README.md
@@ -282,7 +282,7 @@ if (neo4j.integer.inSafeRange(aSmallInteger)) {
282
}
283
```
284
285
-If you will be handling integers larger than that, you can should convert them to strings:
+If you will be handling integers larger than that, you should convert them to strings:
286
287
```javascript
288
var aLargerInteger = neo4j.int("9223372036854775807");
0 commit comments