This commit is contained in:
Laria 2023-10-26 21:30:23 +02:00
parent ddd39f19ef
commit 7e8a897f08

View file

@ -759,7 +759,7 @@ symbol(apfl_ctx ctx)
apfl_push_symbol(ctx, -1);
return;
default:
apfl_raise_const_error(ctx, "symbol need 0 or 1 argument");
apfl_raise_const_error(ctx, "symbol needs 0 or 1 argument");
}
}