ref: d8b4ed369b4f80ac716f86b9707ea5c9fc67ca21
parent: a39198cc664763a6829806498d57a6fc3e00ded9
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Jan 31 18:25:53 EST 2017
Fix comment on iterable trait. Copy paste error meant it was referring to the wrong trait in the description.
--- a/parse/trait.def
+++ b/parse/trait.def
@@ -5,4 +5,4 @@
Tc(Tcidx, "indexable") /* indexable */
Tc(Tcslice, "sliceable") /* sliceable */
Tc(Tcfunc, "function") /* behaves like a function */
-Tc(Tciter, "iterable") /* behaves like a function */
+Tc(Tciter, "iterable") /* can be iterated over */