Missing comma on comment

This commit is contained in:
coffeepots 2018-05-23 18:06:32 +01:00 committed by zah
parent 1c3eda633e
commit 42b63d86c9

View File

@ -114,7 +114,7 @@ proc expectArrayLen(node: NimNode, jsonIdent: untyped, length: int) =
proc jsonToNim*(assignIdent, paramType, jsonIdent: NimNode, paramNameStr: string): NimNode = proc jsonToNim*(assignIdent, paramType, jsonIdent: NimNode, paramNameStr: string): NimNode =
# verify input and load a Nim type from json data # verify input and load a Nim type from json data
# note: does not create `assignIdent` so can be used for `result` variables # note: does not create `assignIdent`, so can be used for `result` variables
result = newStmtList() result = newStmtList()
# unpack each parameter and provide assignments # unpack each parameter and provide assignments
result.add(quote do: result.add(quote do: