Skip to content

Commit 2f4e0ef

Browse files
committed
1 parent 5e3f059 commit 2f4e0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/classes_and_objects/class-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ zoo.helpfulInfo()
4040

4141
## Discussion
4242

43-
Coffeescript will store these values on the class itself rather than on the prototype it defines. These are useful for defining variables on classes which can't be overrided by instance attribute variables.
43+
Coffeescript will store these values on the class itself rather than on the prototype it defines. These are useful for defining variables on classes which can't be overwritten by instance attribute variables.

0 commit comments

Comments
 (0)