Fix typo
This commit is contained in:
parent
ddd39f19ef
commit
7e8a897f08
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue