chiark / gitweb /
doc/: Minor cleanups, as a result of a spell-check pass.
[sod] / doc / concepts.tex
index 0e34bdff1cc6317da1db58f8b44d3f0607b86df7..945e6b9336ce9c85c4e12dabb27cfc18d3a21499 100644 (file)
@@ -1040,7 +1040,7 @@ initialization fragments.
 
 There are two kinds of initarg definitions.  \emph{User initargs} are defined
 by an explicit @|initarg| item appearing in a class definition: the item
-defines a name, type, and (optionally) a default value for the initarg.
+defines a name, type, and (optionally) a default value for the initarg.
 \emph{Slot initargs} are defined by attaching an @|initarg| property to a
 slot or slot initializer item: the property's value determines the initarg's
 name, while the type is taken from the underlying slot type; slot initargs do