units: Fix internal docs

The `impl_op_for_references` macro implements an `ops` trait, nothing to
do with opcodes.
This commit is contained in:
Tobin C. Harding 2025-04-07 11:14:10 +10:00
parent 512326b8b9
commit dba61c9efe
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
//!
//! 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,
/// and implements the same trait with the full matrix of `&$ty` and `&$other_ty`: