Skip to content

Commit de6985d

Browse files
authored
Update class.js
1 parent da10689 commit de6985d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// `Cat` should extend the `Animal` class.
1515
// Animal and Cat should both have a parameter called `options` in their constructors.
1616
// Animal should have the property `age` that's set in the constructor and the method
17-
// `growOlder` that returns the age.
17+
// `growOlder` that returns the age after incrementing it.
1818
// Cat should have the property `name` that is set in the constructor and the method
1919
// `meow` that should return the string `<name> meowed!` where `<name>` is the `name`
2020
// property set on the Cat instance.

0 commit comments

Comments
 (0)