Skip to content

Commit 5557618

Browse files
committed
Minor grammar fix
1 parent 753d744 commit 5557618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/1ch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ In the above example, we spawn `sampleTask` on node `us` in two
281281
different ways:
282282

283283
* using `spawn`, which expects some node identifier to spawn a process
284-
* using `spawnLocal`, a specialization of `spawn` to the case when the
285284
on along with a `Closure` for the action of the process.
285+
* using `spawnLocal`, a specialization of `spawn` for the case when the
286286
node identifier actually refers to the local node (i.e. `us`). In
287287
this special case, no serialization is necessary, so passing an
288288
action directly rather than a `Closure` works just fine.

0 commit comments

Comments
 (0)