Skip to content

Commit 9bf4f1f

Browse files
Update 1-js/06-advanced-functions/09-call-apply-decorators/article.md
Co-authored-by: Osvaldo Dias dos Santos <vadodsantos@yahoo.com>
1 parent 7969605 commit 9bf4f1f

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
@@ -165,7 +165,7 @@ function say(phrase) {
165165

166166
let user = { name: "John" };
167167

168-
// user se torna this, e "Hello" se torna o primeiro argumento
168+
// user se torna this, e "Hello" se torna no primeiro argumento
169169
say.call( user, "Hello" ); // John: Hello
170170
```
171171

0 commit comments

Comments
 (0)