mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 04:33:37 +00:00
typo in comment
This commit is contained in:
parent
f0232fc07d
commit
a5c9e8a494
@ -16994,7 +16994,7 @@ fn resolvePeerTypes(
|
||||
if (candidate_ty.eql(chosen_ty))
|
||||
continue;
|
||||
|
||||
// If the candidate can coernce into our chosen type, we're done.
|
||||
// If the candidate can coerce into our chosen type, we're done.
|
||||
// If the chosen type can coerce into the candidate, use that.
|
||||
if ((try sema.coerceInMemoryAllowed(block, chosen_ty, candidate_ty, false, target, src, src)) == .ok) {
|
||||
continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user