From f5e68f3ba76d734d9ef2a4ef9cad89879622958a Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Thu, 18 Nov 2021 11:20:01 +1100 Subject: [PATCH] Add ticks around code snippet For added clarity add ticks around words that are code. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2abe90f..af17993 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -324,7 +324,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,