Skip to content

Commit 4dcda39

Browse files
committed
ml-dsa: fixup typo
1 parent 8b8039d commit 4dcda39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-dsa/src/module_lattice/algebra.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ impl<F: Field> Neg for &NttPolynomial<F> {
329329

330330
/// An `NttVector` is a vector of polynomials from `T_q` of length `K`. NTT vectors can be
331331
/// added and subtracted. If multiplication is defined for NTT polynomials, then NTT vectors
332-
/// can be multiplied by NTT polynomials, and "multipled" with each other to produce a dot
332+
/// can be multiplied by NTT polynomials, and "multiplied" with each other to produce a dot
333333
/// product.
334334
#[derive(Clone, Default, Debug, PartialEq)]
335335
pub struct NttVector<F: Field, K: ArraySize>(pub Array<NttPolynomial<F>, K>);

0 commit comments

Comments
 (0)