Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Smith <[email protected]>
  • Loading branch information
josh11b and zygoloid authored Jan 2, 2025
1 parent 1d0c28c commit a2586d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/check/generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ static auto ResolveSpecificDeclaration(Context& context, SemIRLoc loc,
// If this is the first time we've formed this specific, evaluate its decl
// block to form information about the specific.
if (!context.specifics().Get(specific_id).decl_block_id.is_valid()) {
// Put a placeholder value in the decl block so we won't attempt to
// Set a placeholder value as the decl block ID so we won't attempt to
// recursively resolve the same specific.
context.specifics().Get(specific_id).decl_block_id =
SemIR::InstBlockId::Empty;
Expand Down

0 comments on commit a2586d7

Please sign in to comment.