Merge pull request #1634 from federicobond/patch-1

Fix wording in docs/api/remote.md
This commit is contained in:
Cheng Zhao 2015-05-10 23:27:43 +08:00
commit fa7f900b2b

View file

@ -49,7 +49,7 @@ Primary value types like strings and numbers, however, are sent by copy.
## Passing callbacks to the main process ## Passing callbacks to the main process
Some APIs in the main process accept callbacks, and it would be attempting to Some APIs in the main process accept callbacks, and it would be tempting to
pass callbacks when calling a remote function. The `remote` module does support pass callbacks when calling a remote function. The `remote` module does support
doing this, but you should also be extremely careful with this. doing this, but you should also be extremely careful with this.