Skip to content

Commit 3299482

Browse files
Fix documentation typo (#105)
Fixes a documentation typo.
1 parent d6d8aae commit 3299482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub use merlin::Transcript;
118118

119119
pub(crate) const TRANSCRIPT_HASH_BYTES: usize = 32;
120120

121-
/// Iterated arbitrary-base Gray code functionaity.
121+
/// Iterated arbitrary-base Gray code functionality.
122122
pub(crate) mod gray;
123123
/// Public parameters used for generating and verifying Triptych proofs.
124124
pub mod parameters;

0 commit comments

Comments
 (0)