Fix typo
parent
b546ad3c6d
commit
c3f9d2180a
|
@ -28,12 +28,13 @@ $nl
|
||||||
$nl
|
$nl
|
||||||
"Classes themselves form a class:"
|
"Classes themselves form a class:"
|
||||||
{ $subsection class? }
|
{ $subsection class? }
|
||||||
"You can ask an object for its class or superclass:"
|
"You can ask an object for its class:"
|
||||||
{ $subsection class }
|
{ $subsection class }
|
||||||
{ $subsection superclass }
|
|
||||||
{ $subsection superclasses }
|
|
||||||
"Testing if an object is an instance of a class:"
|
"Testing if an object is an instance of a class:"
|
||||||
{ $subsection instance? }
|
{ $subsection instance? }
|
||||||
|
"You can ask a class for its superclass:"
|
||||||
|
{ $subsection superclass }
|
||||||
|
{ $subsection superclasses }
|
||||||
"Class predicates can be used to test instances directly:"
|
"Class predicates can be used to test instances directly:"
|
||||||
{ $subsection "class-predicates" }
|
{ $subsection "class-predicates" }
|
||||||
"There is a universal class which all objects are an instance of, and an empty class with no instances:"
|
"There is a universal class which all objects are an instance of, and an empty class with no instances:"
|
||||||
|
|
Loading…
Reference in New Issue