From 0a48f5551d20762416a5d5c38e7d7e59fb10d425 Mon Sep 17 00:00:00 2001 From: Manuel Meister Date: Fri, 31 Jan 2025 15:41:08 +0100 Subject: [PATCH] Fix heading inline math --- docs/5-algebra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/5-algebra.md b/docs/5-algebra.md index d1e9235..eff6ef5 100644 --- a/docs/5-algebra.md +++ b/docs/5-algebra.md @@ -1197,7 +1197,7 @@ $(x^{4}+x^{3}+x^{2}+1):(x^{2}+1)=x^{2}+x$  with remainder $x+1$. Note that in $\operatorname{GF}(2)$, $-1 = 1$. For example, $-x = x$ and $-x^{2} = x^{2}$. ::: -### 5.6.3. Analogies Between $ℤ$ and $F[x], Euclidean Domains* +### 5.6.3. Analogies Between $ℤ$ and $F[x]$, Euclidean Domains* In this section we describe the abstraction underlying both $ℤ$ and $F[x]$.