summaryrefslogtreecommitdiff
path: root/Doc/tut.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tut.tex')
-rw-r--r--Doc/tut.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex
index 84b5333ec6..25358083a6 100644
--- a/Doc/tut.tex
+++ b/Doc/tut.tex
@@ -2527,8 +2527,8 @@ left-to-right. Thus, if an attribute is not found in
(recursively) in the base classes of \verb\Base1\, and only if it is
not found there, it is searched in \verb\Base2\, and so on.
-(To some people breadth first --- searching \verb\Base2\ and
-\verb\Base3\ before the base classes of \verb\Base1\ --- looks more
+(To some people breadth first---searching \verb\Base2\ and
+\verb\Base3\ before the base classes of \verb\Base1\---looks more
natural. However, this would require you to know whether a particular
attribute of \verb\Base1\ is actually defined in \verb\Base1\ or in
one of its base classes before you can figure out the consequences of