Skip to content

Commit 7b0f655

Browse files
committed
Docs.
1 parent ce67073 commit 7b0f655

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
@@ -107,7 +107,7 @@ doAssert node.kind == "root"
107107
### `proc parseHook()` Can be used to do anything.
108108

109109
Json can't store dates, so they are usually stored as strings. You can use
110-
`parseHook()` to override default parsing and parse date times as a string:
110+
`parseHook()` to override default parsing and parse `DateTime` as a `string`:
111111

112112
```nim
113113
proc parseHook(s: string, i: var int, v: var DateTime) =

0 commit comments

Comments
 (0)