Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Nov 9, 2023
1 parent fc08a9b commit d8395aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/node_interner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ impl NodeInterner {

/// Tags the given identifier with the selected trait_impl so that monomorphization
/// can later recover which impl was selected, or alternatively see if it needs to
/// decide which (because the impl was Assumed).
/// decide which impl to select (because the impl was Assumed).
pub fn select_impl_for_ident(&mut self, ident_id: ExprId, trait_impl: TraitImplKind) {
self.selected_trait_implementations.insert(ident_id, trait_impl);
}
Expand Down

0 comments on commit d8395aa

Please sign in to comment.