Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Aug 14, 2024
1 parent b3ea2ac commit bf4a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-core/src/hugr/validate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ impl<'a, 'b> ValidationContext<'a, 'b> {
match op_type {
OpType::ExtensionOp(ext_op) => validate_ext(ext_op)?,
OpType::OpaqueOp(opaque) => {
// ry to resolve serialized names to actual OpDefs in Extensions.
// Try to resolve serialized names to actual OpDefs in Extensions.
if let Some(ext_op) = resolve_opaque_op(node, opaque, self.extension_registry)? {
validate_ext(&ext_op)?;
} else {
Expand Down

0 comments on commit bf4a2eb

Please sign in to comment.