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 c91d512 commit fe971da
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 @@ -238,7 +238,7 @@ static auto GetWitnessIdForImpl(
CARBON_CHECK(impl.witness_id.has_value());

// The impl may have generic arguments, in which case we need to deduce them
// to find what they are given the specific interface query. We use that
// to find what they are given the specific type and interface query. We use that
// specific to map values in the impl to the deduced values.
auto specific_id = SemIR::SpecificId::None;
if (impl.generic_id.has_value()) {
Expand Down

0 comments on commit fe971da

Please sign in to comment.