fixed typo in docs

This commit is contained in:
leaf corcoran 2012-01-08 23:35:43 -08:00
parent 9d8690f58b
commit 1bedf81ca8

View File

@ -799,7 +799,9 @@ The class object has a couple special properties:
The name of the class as when it was declared is stored as a string in the The name of the class as when it was declared is stored as a string in the
`__name` field of the class object. `__name` field of the class object.
```moon
print BackPack.__name -- prints Backpack print BackPack.__name -- prints Backpack
```
The *base* object is stored in `__base`. We can modify this table to add The *base* object is stored in `__base`. We can modify this table to add
functionality to instances that have already been created and ones that are yet functionality to instances that have already been created and ones that are yet