diff --git a/units/src/internal_macros.rs b/units/src/internal_macros.rs index c5f0ac6fc..ee6fc33d6 100644 --- a/units/src/internal_macros.rs +++ b/units/src/internal_macros.rs @@ -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`: