From 322c078c5a596079b33e6c057a94a582b1684064 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 9 Nov 2011 00:32:14 -0500 Subject: [PATCH] [#5] Minor subscript correction for "o" in inheritance section of manual --- doc/classes.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes.texi b/doc/classes.texi index 6e5394e..e97a48e 100644 --- a/doc/classes.texi +++ b/doc/classes.texi @@ -496,9 +496,9 @@ class @var{B} as defined by @var{B} = Class( @var{base} ). @subsection Member Inheritance Let @var{dfn\_n\^c} denote a member of @var{dfn} in regards to class @var{c} -that matches (case-sensitive) name @var{n} and is not private. Let @var{o\_name} +that matches (case-sensitive) name @var{n} and is not private. Let @var{o\_n} denote an override, represented as boolean value that is true under the -condition that both @var{dfn\_name\^C'} and @var{dfn\_name\^C} are defined +condition that both @var{dfn\_n\^C'} and @var{dfn\_n\^C} are defined values. @var{C'} will @dfn{inherit} all public and protected members of supertype