Skip to content

Commit

Permalink
fix: improve grammar for Count docs
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Shen <me@tomshen.io>

Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
  • Loading branch information
bhgomes authored Jun 23, 2022
1 parent ed38f6e commit b07e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manta-crypto/src/constraint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub mod measure {

/// Variable Counting
pub trait Count<M> {
/// Returns the number of variables of the given mode `M` are stored in `self`.
/// Returns the number of variables of the given mode `M` stored in `self`.
#[inline]
fn count(&self) -> Option<usize> {
None
Expand Down

0 comments on commit b07e150

Please sign in to comment.