units: Fix internal docs
The `impl_op_for_references` macro implements an `ops` trait, nothing to do with opcodes.
This commit is contained in:
parent
512326b8b9
commit
dba61c9efe
|
@ -4,7 +4,7 @@
|
||||||
//!
|
//!
|
||||||
//! Macros meant to be used inside the `bitcoin-units` library.
|
//! Macros meant to be used inside the `bitcoin-units` library.
|
||||||
|
|
||||||
/// Implements an opcode for various reference combinations.
|
/// Implements a mathematical operation for various reference combinations.
|
||||||
///
|
///
|
||||||
/// Given `$ty`, assumes the `$op_trait<$other_ty>` trait is implemented on it,
|
/// Given `$ty`, assumes the `$op_trait<$other_ty>` trait is implemented on it,
|
||||||
/// and implements the same trait with the full matrix of `&$ty` and `&$other_ty`:
|
/// and implements the same trait with the full matrix of `&$ty` and `&$other_ty`:
|
||||||
|
|
Loading…
Reference in New Issue