Skip to content

Commit

Permalink
Update toolchain/check/impl_lookup.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: josh11b <15258583+josh11b@users.noreply.github.com>
  • Loading branch information
danakj and josh11b authored Mar 3, 2025
1 parent fa27e23 commit 0e2ae70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/check/impl_lookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ auto LookupImplWitness(Context& context, SemIR::LocId loc_id,
.type_const_id = type_const_id,
.interface_const_id = interface_const_id,
});
// We need to find a witness for each interface in `interface_ids`. We return
// We need to find a witness for each interface in `interfaces`. We return
// them in the same order as they are found in the `CompleteFacetType`, which
// is the same order as in `interface_ids` here.
for (const auto& [interface, interface_has_other_requirements] : interfaces) {
Expand Down

0 comments on commit 0e2ae70

Please sign in to comment.