Skip to content

Commit 3473d6a

Browse files
committed
Docs
1 parent 7b0f655 commit 3473d6a

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
@@ -118,7 +118,7 @@ proc parseHook(s: string, i: var int, v: var DateTime) =
118118
var dt = fromJson[DateTime](""" "2020-01-01 00:00:00" """)
119119
```
120120

121-
Some times json gives you a object of entries with their id as keys, but you might want it as a sequence with ids inside the objects, again you can do anything with `parseHook()`:
121+
Some times json gives you an object of entries with their id as keys, but you might want it as a sequence with ids inside the objects, again you can do anything with `parseHook()`:
122122

123123
```nim
124124
type Entry = object

0 commit comments

Comments
 (0)