Skip to content

Commit f741ff5

Browse files
authored
minor fix
1 parent a906fa5 commit f741ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/04-object-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ user = {
8282
// сокращённая запись выглядит лучше, не так ли?
8383
user = {
8484
*!*
85-
sayHi() { // то же самое, что и "sayHi: function()"
85+
sayHi() { // то же самое, что и "sayHi: function(){...}"
8686
*/!*
8787
alert("Привет");
8888
}

0 commit comments

Comments
 (0)