1
0
Fork 0

[#5] Minor subscript correction for "o" in inheritance section of manual

closure/master
Mike Gerwitz 2011-11-09 00:32:14 -05:00
parent 67b794c854
commit 322c078c5a
1 changed files with 2 additions and 2 deletions

View File

@ -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