Fix wording in docs/api/remote.md
This commit is contained in:
parent
be06a3d562
commit
ed023a560e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Primary value types like strings and numbers, however, are sent by copy.
|
|||
|
||||
## 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
|
||||
doing this, but you should also be extremely careful with this.
|
||||
|
||||
|
|
Loading…
Reference in a new issue