Small typo in gen_sym paragraph in the tutorial
naufraghi opened this issue · 0 comments
naufraghi commented
https://github.com/lihaoyi/macropy#gen_sym
gen_sym is a function which produce a new identifier (as a string) every time it is called. This is guaranteed to produce a identifier that does not appear anywhere in the origial source code, or have been produced by an earlier call to gen_sym.