Skip to content

Commit c3389b6

Browse files
committed
docs(circuits): minor improvements on doc comments
re #483
1 parent bb29316 commit c3389b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/circuits/semaphore.circom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include "binary-merkle-root.circom";
88
// The first part involves the generation of the Semaphore identity,
99
// i.e. the public key and its hash, which is called the commitment
1010
// and is used as a public value.
11-
// In the second part, it is verified whether the identity commitment is part
11+
// In the second part, it is verified whether or not the identity commitment is part
1212
// of the Merkle tree, i.e. the Semaphore group. That is, a proof of membership is verified.
1313
// The third part covers the generation of a nullifier, i.e. the hash of the scope of the proof
1414
// and the secret used to derive the public key (secret scalar). The nullifier is used to prevent the same

0 commit comments

Comments
 (0)