Error message sounded a bit unsure.

This commit is contained in:
Calvin Rose 2022-06-19 10:29:42 -05:00
parent 0dccc22b38
commit 6ea27fe836
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ static JanetTable *handleattr(JanetCompiler *c, int32_t argn, const Janet *argv)
janetc_cerror(c, "unexpected form - did you intend to use defn?");
break;
default:
janetc_error(c, janet_formatc("could not add metadata %v to binding %s", attr, binding_name));
janetc_error(c, janet_formatc("cannot add metadata %v to binding %s", attr, binding_name));
break;
case JANET_KEYWORD:
janet_table_put(tab, attr, janet_wrap_true());