Add full stop
The docs on `Error` are almost perfect, add a missing full stop.
This commit is contained in:
parent
96f9fd3e56
commit
42bf99f11b
|
@ -302,7 +302,7 @@ impl fmt::Display for Message {
|
||||||
/// The main error type for this library.
|
/// The main error type for this library.
|
||||||
#[derive(Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Debug)]
|
#[derive(Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Debug)]
|
||||||
pub enum Error {
|
pub enum Error {
|
||||||
/// Signature failed verification
|
/// Signature failed verification.
|
||||||
IncorrectSignature,
|
IncorrectSignature,
|
||||||
/// Bad sized message ("messages" are actually fixed-sized digests [`constants::MESSAGE_SIZE`]).
|
/// Bad sized message ("messages" are actually fixed-sized digests [`constants::MESSAGE_SIZE`]).
|
||||||
InvalidMessage,
|
InvalidMessage,
|
||||||
|
|
Loading…
Reference in New Issue