Add ticks around code snippet

For added clarity add ticks around words that are code.
This commit is contained in:
Tobin Harding 2021-11-18 11:20:01 +11:00
parent d25431c1da
commit f5e68f3ba7
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -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,