Skip to content

Commit 35d465c

Browse files
authored
add comma
1 parent 060d8fe commit 35d465c

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ What's odd about it?
327327

328328
If it's not clear yet, please compare with methods.
329329

330-
Here's the same code, but instead of `this.name` field we call `this.showName()` method:
330+
Here's the same code, but instead of `this.name` field, we call `this.showName()` method:
331331

332332
```js run
333333
class Animal {

0 commit comments

Comments
 (0)