diff --git a/snark-verifier/src/pcs.rs b/snark-verifier/src/pcs.rs index 535ebedf..9d772881 100644 --- a/snark-verifier/src/pcs.rs +++ b/snark-verifier/src/pcs.rs @@ -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; }