Skip to content

Commit 126c857

Browse files
authored
Readme updated
"aSmallInteger" variable name has changed to "aLargerInteger". I think it was confusing...
1 parent 28eeba5 commit 126c857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ If you will be handling integers larger than that, you should convert them to st
286286

287287
```javascript
288288
var aLargerInteger = neo4j.int("9223372036854775807");
289-
if (!neo4j.integer.inSafeRange(aSmallInteger)) {
289+
if (!neo4j.integer.inSafeRange(aLargerInteger)) {
290290
var integerAsString = aLargerInteger.toString();
291291
}
292292
```

0 commit comments

Comments
 (0)