From 8eb242b160e163a1cfc6e810aeda4788116bba1a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 3 Aug 2019 16:24:08 +0100 Subject: [PATCH] doc/concepts.tex: Fix subclass/superclass confusion. If I can't get this right, my readers don't stand a chance. --- doc/concepts.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/concepts.tex b/doc/concepts.tex index 6b21109..b9aab2f 100644 --- a/doc/concepts.tex +++ b/doc/concepts.tex @@ -313,7 +313,7 @@ qualified by the defining class's nickname. \subsubsection{Slot initializers} As well as defining slot names and types, a class can also associate an \emph{initial value} with each slot defined by itself or one of its -subclasses. A class $C$ provides an \emph{initialization message} (see +superclasses. A class $C$ provides an \emph{initialization message} (see \xref{sec:concepts.lifecycle.birth}, and \xref{sec:structures.root.sodclass}) whose methods set the slots of a \emph{direct} instance of the class to the correct initial values. If several of $C$'s superclasses define initializers -- 2.11.0