Skip to content

Commit

Permalink
docs: Fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
sp301415 committed Nov 2, 2023
1 parent 11a5fe5 commit 64bc52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/poly/poly_evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
const (
// MinDegree is the minimum degree of polynomial that Evaluator can handle.
// Currently, this is set to 8, because AVX2 implementation of FFT and inverse FFT
// handles first and last loop seperately.
// handles first and last loop separately.
// This implies that the degree of fourier polynomial should be at least 4,
// and the degree of standard polynomial should be at least 8.
MinDegree = 1 << 3
Expand Down

0 comments on commit 64bc52d

Please sign in to comment.