janet-lang / janet-lang.org

Website for janet
https://janet-lang.org
MIT License
90 stars 59 forks source link

Incorrect function referenced in `(product)` example #178

Closed CFiggers closed 1 year ago

CFiggers commented 1 year ago

The example for the (product) function contains a reference to (sum), but functioning in context the way one would expect (product) to function. This was potentially introduced as a copy/paste error.

image