Skip to content

Commit

Permalink
Update CustomOp doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Apr 12, 2024
1 parent 573ea53 commit 23b0947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hugr/src/ops/leaf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ use crate::{

/// A user-defined operation defined in an extension.
///
/// Any custom operation can be encoded as a serializable [`OpaqueOp`].
/// If the operation's extension is loaded in the current context, the operation
/// can be resolved to an executable [`ExtensionOp`].
/// Any custom operation can be encoded as a serializable [`OpaqueOp`]. If the
/// operation's extension is loaded in the current context, the operation can be
/// resolved into an [`ExtensionOp`] containing a reference to its definition.
///
/// [`OpaqueOp`]: crate::ops::custom::OpaqueOp
/// [`ExtensionOp`]: crate::ops::custom::ExtensionOp
Expand Down

0 comments on commit 23b0947

Please sign in to comment.