Typos on map over lists page


#1

Just noticed some old typos on the map over lists page:

…except above, tun has since been renamed to tune and pla to play. (I suspect this code predated long symbols?) Also the second code block is missing the close paren.


#2

Thanks! I’ll fix it.


#3

Still missing a close paren on the second one.

Currently is:

(mapc play (mapcar invert tune)

Should be:

(mapc play (mapcar invert tune))

#4

Thanks!


#5