Skip to content

Commit 3483424

Browse files
authored
Merge pull request #1476 from hrodward/patch-9
Update article.md
2 parents 6634181 + 81a2503 commit 3483424

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/09-call-apply-decorators

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/09-call-apply-decorators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ let worker = {
7575
},
7676

7777
slow(x) {
78-
// actually, there can be a scary CPU-heavy task here
78+
// scary CPU-heavy task here
7979
alert("Called with " + x);
8080
return x * this.someMethod(); // (*)
8181
}

0 commit comments

Comments
 (0)