Skip to content

Commit f5e68f3

Browse files
committed
Add ticks around code snippet
For added clarity add ticks around words that are code.
1 parent d25431c commit f5e68f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ pub enum Error {
324324
InvalidSecretKey,
325325
/// Bad recovery id.
326326
InvalidRecoveryId,
327-
/// Invalid tweak for add_*_assign or mul_*_assign
327+
/// Invalid tweak for `add_*_assign` or `mul_*_assign`.
328328
InvalidTweak,
329329
/// Didn't pass enough memory to context creation with preallocated memory.
330330
NotEnoughMemory,

0 commit comments

Comments
 (0)