Skip to content

Commit

Permalink
fix: fix typo (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 authored Feb 26, 2024
1 parent b3b073f commit 371ddb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snark-verifier/src/pcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ where
/// Accumulator to be encoded.
type Accumulator: Clone + Debug;

/// Decode an [`AccumulatorEncoding::Accumulator`] from serveral
/// Decode an [`AccumulatorEncoding::Accumulator`] from several
/// [`crate::loader::ScalarLoader::LoadedScalar`]s.
fn from_repr(repr: &[&L::LoadedScalar]) -> Result<Self::Accumulator, Error>;
}
Expand Down

0 comments on commit 371ddb5

Please sign in to comment.