Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6ee0d97

Browse files
Fix a typo
1 parent 3b48dee commit 6ee0d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/09-classes/02-class-inheritance/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ tree.sayHi(); // I'm an animal (?!?)
478478
*/!*
479479
```
480480

481-
A call to `tree.sayHi()` shows "I'm an animal". Definitevely wrong.
481+
A call to `tree.sayHi()` shows "I'm an animal". Definitely wrong.
482482

483483
The reason is simple:
484484
- In the line `(*)`, the method `tree.sayHi` was copied from `rabbit`. Maybe we just wanted to avoid code duplication?

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /