Skip to content

Commit

Permalink
Add ticks around code snippet
Browse files Browse the repository at this point in the history
For added clarity add ticks around words that are code.
  • Loading branch information
tcharding committed Nov 18, 2021
1 parent 3c4360a commit 2a91c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2a91c6e

Please sign in to comment.