Skip to content

Commit

Permalink
undo docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Dec 18, 2024
1 parent 112b28d commit 5dc24c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-passes/src/monomorphize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ use crate::validation::{ValidatePassError, ValidationLevel};
///
/// If the Hugr is [Module](OpType::Module)-rooted,
/// * then the original polymorphic [FuncDefn]s are left untouched (including Calls inside them)
/// - call [remove_polyfuncs_ref] when no other Hugr will be linked in that might instantiate these
/// - call [remove_polyfuncs] when no other Hugr will be linked in that might instantiate these
/// * else, the originals are removed (they are invisible from outside the Hugr).
///
/// If the Hugr is [FuncDefn](OpType::FuncDefn)-rooted with polymorphic
Expand Down

0 comments on commit 5dc24c1

Please sign in to comment.