]> git.lizzy.rs Git - PAKEs.git/commitdiff
spake2: rustdoc fixup
authorTony Arcieri <bascule@gmail.com>
Sat, 22 Jan 2022 23:22:19 +0000 (16:22 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 23:22:19 +0000 (16:22 -0700)
spake2/src/lib.rs

index 9e31fd4f6b3a8a18f392b0d6a0e3faf7a7cba1c4..6c095476312b6b85b2a93658bb984df0d5c5ed5d 100644 (file)
@@ -364,7 +364,7 @@ pub trait Group {
     fn add(a: &Self::Element, b: &Self::Element) -> Self::Element;
 }
 
-/// Ed25519 elliptic curve group
+/// Ed25519 elliptic curve group.
 #[derive(Debug, PartialEq, Eq)]
 pub struct Ed25519Group;