Skip to content

Commit 4d59152

Browse files
authored
Merge pull request #3192 from tianheg/patch-1
fix markdown syntax
2 parents 712f47e + 44dc8eb commit 4d59152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/99-js-misc/04-reference-type/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The result of a property access `user.hi` is not a function, but a value of Refe
8787
(user, "hi", true)
8888
```
8989

90-
When parentheses `()` are called on the Reference Type, they receive the full information about the object and its method, and can set the right `this` (`=user` in this case).
90+
When parentheses `()` are called on the Reference Type, they receive the full information about the object and its method, and can set the right `this` (`user` in this case).
9191

9292
Reference type is a special "intermediary" internal type, with the purpose to pass information from dot `.` to calling parentheses `()`.
9393

0 commit comments

Comments
 (0)