Skip to content

Commit 6aa4c1c

Browse files
authored
Merge pull request #1927 from kkapi/patch-1
Исправление неточности в alert()
2 parents 51f32c3 + 814719d commit 6aa4c1c

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
@@ -130,7 +130,7 @@ class Animal {
130130
131131
stop() {
132132
this.speed = 0;
133-
alert(`${this.name} стоит неподвижно.`);
133+
alert(`${this.name} стоит.`);
134134
}
135135
136136
}

0 commit comments

Comments
 (0)