mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Sema: fix typo
This commit is contained in:
parent
cf822c6ddd
commit
8dd844d96f
@ -29747,7 +29747,7 @@ pub fn resolveTypeLayout(sema: *Sema, ty: Type) CompileError!void {
|
||||
.Fn => {
|
||||
const info = ty.fnInfo();
|
||||
if (info.is_generic) {
|
||||
// Resolving of generic function types is defeerred to when
|
||||
// Resolving of generic function types is deferred to when
|
||||
// the function is instantiated.
|
||||
return;
|
||||
}
|
||||
@ -30201,7 +30201,7 @@ pub fn resolveTypeFully(sema: *Sema, ty: Type) CompileError!void {
|
||||
.Fn => {
|
||||
const info = ty.fnInfo();
|
||||
if (info.is_generic) {
|
||||
// Resolving of generic function types is defeerred to when
|
||||
// Resolving of generic function types is deferred to when
|
||||
// the function is instantiated.
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user