fix forEach reference

This commit is contained in:
Kristin Rutenkolk 2024-10-22 13:19:07 +02:00
parent f08fa20cf6
commit 913c004adb

View file

@ -1798,7 +1798,7 @@
(equiv [this o] (.map_equiv org o))
(empty [this] (.map_empty org))
(iterator [this] (.map_iterator org))
(forEach [this c] (.map_foreach org c))
(forEach [this c] (.map_forEach org c))
(seq [this] (.map_seq org))
(count [this] (.struct_count org))
(assoc [this k v] (.struct_assoc org k v))