Browse Source

Typo in comment

Ian Goldberg 3 years ago
parent
commit
149f7cd322
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ggm.rs

+ 2 - 2
src/ggm.rs

@@ -109,8 +109,8 @@ pub struct Credential {
 // submodules like these automatically, but for now, if you need a
 // different number of attributes, or different combinations of blinded
 // attributes, it is hopefully straighforward to adapt these given ones.
-// Note that "nonblind" issuing case is special: the client doesn't do a
-// ZKP at all.  The more general blinded issuing case is the next
+// Note that the "nonblind" issuing case is special: the client doesn't
+// do a ZKP at all.  The more general blinded issuing case is the next
 // submodule after this one.
 pub mod issue_nonblind_5 {
     use curve25519_dalek::ristretto::RistrettoPoint;