Skip to content

Commit c68c6b7

Browse files
authored
Merge pull request #284 from emredoganm/1.5
Readme updated
2 parents 28eeba5 + 126c857 commit c68c6b7

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)