Skip to content

Commit 40d4dfd

Browse files
committed
Merge with upstream
2 parents d794529 + 2ce493f commit 40d4dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapters/classes_and_objects/class-methods-and-instance-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chapter: Classes and Objects
55
---
66
## Problem
77

8-
You want to create a class methods and instance methods.
8+
You want to create class and instance methods.
99

1010
## Solution
1111

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 overridden 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)