Skip to content

Commit

Permalink
cps/spec: English is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
alaviss committed Apr 28, 2021
1 parent 1bf2a5d commit 725250f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cps/spec.nim
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ proc errorAst*(n: NimNode; s = "creepy ast"): NimNode =
errorAst s & ":\n" & treeRepr(n) & "\n"

proc genField*(ident = ""): NimNode =
## generate an unique field to put inside an object definition
## generate a unique field to put inside an object definition
##
## made as a walkaround for [nim-lang/Nim#17851](/~https://github.com/nim-lang/Nim/issues/17851)
## made as a workaround for [nim-lang/Nim#17851](/~https://github.com/nim-lang/Nim/issues/17851)
desym genSym(nskField, ident)

0 comments on commit 725250f

Please sign in to comment.