summaryrefslogtreecommitdiff
path: root/sec
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2025-06-25 17:43:11 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2025-06-25 17:43:11 +0100
commitbffac49c2e541844f5b094492916eed618ca26b4 (patch)
treed80ae152e338418e1774de53eb8ffc09183e664f /sec
parent802f0988fb93ac6891ef94cbe09c0b7d8a94b2e7 (diff)
Fix 393--401.
Diffstat (limited to 'sec')
-rw-r--r--sec/encoding.ltx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec/encoding.ltx b/sec/encoding.ltx
index 76bd922..4d1ce74 100644
--- a/sec/encoding.ltx
+++ b/sec/encoding.ltx
@@ -17,7 +17,7 @@ of seven phases are:
\item encoding lists using eliminators.
\item introducing unions to encode sums as a tagged union.
\item encoding products as an indexed union.
-\item encoding unnions of System~T types.
+\item encoding unions of System~T types.
\item removing syntactic sugar we introduced, such as the \arb{} operator that
represents an arbitrary value of a given type.
\end{enumerate}