projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be06a3d
)
Fix wording in docs/api/remote.md
author
Federico Bond
<federicobond@gmail.com>
Sun, 10 May 2015 05:54:37 +0000
(
02:54
-0300)
committer
Federico Bond
<federicobond@gmail.com>
Sun, 10 May 2015 05:54:37 +0000
(
02:54
-0300)
docs/api/remote.md
patch
|
blob
|
history
diff --git
a/docs/api/remote.md
b/docs/api/remote.md
index
6145bc1
..
77e76ea
100644
(file)
--- a/
docs/api/remote.md
+++ b/
docs/api/remote.md
@@
-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
at
tempting 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.