jow- / ucode

JavaScript-like language with optional templating
ISC License
87 stars 24 forks source link

core: splice docs contradict implementation #170

Closed pktpls closed 10 months ago

pktpls commented 10 months ago

The docs for splice() say it returns the element removed last or null, but it actually returns the modified array.

Which is correct?

Quick web search: