summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ractor.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ractor.md b/doc/ractor.md
index add18d9aae..235d58463b 100644
--- a/doc/ractor.md
+++ b/doc/ractor.md
@@ -259,9 +259,10 @@ r.take # Receive from r's outgoing port
The last example shows the following ractor network.
```
+
+------+ +---+
* main |------> * r *---+
- +-----+ +---+ |
+ +------+ +---+ |
^ |
+-------------------+
```