Shinmera / plump

Practically Lenient and Unimpressive Markup Parser for Common Lisp
https://shinmera.github.io/plump
zlib License
119 stars 21 forks source link

clone-node and clone-children documentation confusing #14

Closed fiddlerwoaroof closed 6 years ago

fiddlerwoaroof commented 7 years ago

The docstrings for clone-node and clone-children refer to each other and don't clearly specify how the deep parameter behaves.

Shinmera commented 7 years ago

Seems pretty clear to me. Them referring to each other is unavoidable as the deep cloning is recursive.