diff options
| author | David Rubin <daviru007@icloud.com> | 2023-11-22 22:56:03 -0800 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2023-11-23 17:32:48 +0200 |
| commit | 6f8c597fff01623668912255c3e37d3a4cb00a98 (patch) | |
| tree | 9ce9067975eb480006c91e5c2cc1f0586d376e4f /src/Sema.zig | |
| parent | 2bffd810157a8e7c0b2500a13921dd8c45694b8a (diff) | |
| download | zig-6f8c597fff01623668912255c3e37d3a4cb00a98.tar.gz zig-6f8c597fff01623668912255c3e37d3a4cb00a98.zip | |
fix spelling
Diffstat (limited to 'src/Sema.zig')
| -rw-r--r-- | src/Sema.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sema.zig b/src/Sema.zig index 5a55b9d097..f554cd7007 100644 --- a/src/Sema.zig +++ b/src/Sema.zig @@ -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()) { |
