Skip to content

Commit 6dce4e8

Browse files
author
Alexei Pastuchov
committed
typo bug fixing: s/distributed-processes/distributed-process/
1 parent 91460fe commit 6dce4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ runProcess :: LocalNode -> Process () -> IO ()
225225
{% endhighlight %}
226226

227227
Once we've spawned some processes, they can communicate with one another
228-
using the messaging primitives provided by [distributed-processes][distributed-processes],
228+
using the messaging primitives provided by [distributed-process][distributed-process],
229229
which are well documented in the haddocks.
230230

231231
### What is Serializable

0 commit comments

Comments
 (0)