Skip to content

Commit 66f640a

Browse files
authored
Fix syntax error in README
Fixes #263
1 parent 4a032ba commit 66f640a

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
@@ -282,7 +282,7 @@ if (neo4j.integer.inSafeRange(aSmallInteger)) {
282282
}
283283
```
284284

285-
If you will be handling integers larger than that, you can should convert them to strings:
285+
If you will be handling integers larger than that, you should convert them to strings:
286286

287287
```javascript
288288
var aLargerInteger = neo4j.int("9223372036854775807");

0 commit comments

Comments
 (0)