Skip to content

Commit

Permalink
Fix documentation typo (tari-project#105)
Browse files Browse the repository at this point in the history
Fixes a documentation typo.
  • Loading branch information
AaronFeickert authored Aug 10, 2024
1 parent d6d8aae commit 3299482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub use merlin::Transcript;

pub(crate) const TRANSCRIPT_HASH_BYTES: usize = 32;

/// Iterated arbitrary-base Gray code functionaity.
/// Iterated arbitrary-base Gray code functionality.
pub(crate) mod gray;
/// Public parameters used for generating and verifying Triptych proofs.
pub mod parameters;
Expand Down

0 comments on commit 3299482

Please sign in to comment.