Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
istankovic authored and mhostetter committed Oct 2, 2023
1 parent 737239b commit 55704df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage/element-representation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In prime fields, the integer representation is simply the integer element in $\{
GF = galois.GF(31)
GF(11)
In extension fields, the integer representation converts and element's degree-$m-1$ polynomial over $\mathrm{GF}(p)$ into
In extension fields, the integer representation converts an element's degree-$m-1$ polynomial over $\mathrm{GF}(p)$ into
its integer equivalent. The integer equivalent of a polynomial is a radix-$p$ integer of its coefficients, with the highest-degree
coefficient as the most-significant digit and zero-degree coefficient as the least-significant digit.

Expand Down

0 comments on commit 55704df

Please sign in to comment.