egallesio / STklos

STklos Scheme
http://stklos.net
GNU General Public License v2.0
67 stars 17 forks source link

(tiny fix) Fix plural in error message #607

Closed jpellegrini closed 10 months ago

jpellegrini commented 10 months ago
STKLOS-COMPILER> (compiler-error )
**** Error:
compiler-error: `#[closure compiler-error]' requires at least 3 argument (0 provided)

Oops! That should have been plural, "arguments". Turns out it was a thinko when comparing arity.

egallesio commented 10 months ago

Merged for 2.00 release. Thanks @jpellegrini.