Add full stop

The docs on `Error` are almost perfect, add a missing full stop.
This commit is contained in:
Tobin C. Harding 2022-11-24 05:27:50 +11:00
parent 96f9fd3e56
commit 42bf99f11b
1 changed files with 1 additions and 1 deletions

View File

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