rename object_type to instance_type
for better distinction that it is not every object but only instances of the class
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
class Class < Object
|
||||
field List instance_methods
|
||||
field Type object_type
|
||||
field Type instance_type
|
||||
field Word name
|
||||
field Word super_class_name
|
||||
|
||||
|
Reference in New Issue
Block a user