Skip to content

Commit 4913f36

Browse files
committed
small fix
1 parent 81f7de5 commit 4913f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsony.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ proc parseHook*(s: string, i: var int, v: var SomeFloat) =
124124
eatSpace(s, i)
125125
let chars = parseutils.parseFloat(s, f, i)
126126
if chars == 0:
127-
error("Failed to parse a float.", i)
127+
error("Failed to parse a float.", i)
128128
i += chars
129129
v = f
130130

0 commit comments

Comments
 (0)