Browse Source

Minor fix

main
Dan Abramov 8 years ago
committed by GitHub
parent
commit
c3b103dcb6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/faq-functions.md

2
content/docs/faq-functions.md

@ -99,7 +99,7 @@ obj.method();
```
```js
var method = obj.method();
var method = obj.method;
method();
```

Loading…
Cancel
Save