fix spelling

This commit is contained in:
David Rubin
2023-11-22 22:56:03 -08:00
committed by Veikka Tuominen
parent 2bffd81015
commit 6f8c597fff

View File

@@ -21071,7 +21071,7 @@ fn zirReify(
}
const param_type_val = opt_param_type_val.optionalValue(mod) orelse
return sema.fail(block, src, "Type.Fn.Param.arg_type must be non-null for @Type", .{});
return sema.fail(block, src, "Type.Fn.Param.type must be non-null for @Type", .{});
param_type.* = param_type_val.toIntern();
if (param_is_noalias_val.toBool()) {