diff --git a/src/lib.rs b/src/lib.rs index 1047dd4bb..39ae8a9b7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -523,7 +523,7 @@ pub enum Error { InvalidSecretKey, /// Bad recovery id. InvalidRecoveryId, - /// Invalid tweak for add_*_assign or mul_*_assign + /// Invalid tweak for `add_*_assign` or `mul_*_assign`. InvalidTweak, /// Didn't pass enough memory to context creation with preallocated memory. NotEnoughMemory,