Skip to content

Commit 42bf99f

Browse files
committed
Add full stop
The docs on `Error` are almost perfect, add a missing full stop.
1 parent 96f9fd3 commit 42bf99f

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
@@ -302,7 +302,7 @@ impl fmt::Display for Message {
302302
/// The main error type for this library.
303303
#[derive(Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Debug)]
304304
pub enum Error {
305-
/// Signature failed verification
305+
/// Signature failed verification.
306306
IncorrectSignature,
307307
/// Bad sized message ("messages" are actually fixed-sized digests [`constants::MESSAGE_SIZE`]).
308308
InvalidMessage,

0 commit comments

Comments
 (0)