From dfc8fe10744bc05bcdcb89884f315528a092aa5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Stankovi=C4=87?= Date: Sun, 10 Sep 2023 16:56:13 +0200 Subject: [PATCH] Fix typo --- docs/basic-usage/element-representation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-usage/element-representation.rst b/docs/basic-usage/element-representation.rst index 56984cfd5..771f1d1dd 100644 --- a/docs/basic-usage/element-representation.rst +++ b/docs/basic-usage/element-representation.rst @@ -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.