From 1bedf81ca8013bfb124f878d8d5336cd22509097 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sun, 8 Jan 2012 23:35:43 -0800 Subject: [PATCH] fixed typo in docs --- docs/reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference.md b/docs/reference.md index 8598304..e6f5781 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -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 `__name` field of the class object. + ```moon print BackPack.__name -- prints Backpack + ``` 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