doc/ractor.md: Fix indentation
Reintroduce removed empty line to fix indentation on rendered page (the first line is _not_ indented despite the leading spaces, and ends up "outdented" compared to the rest of the block). Also add a missing "-".
This commit is contained in:
parent
cf1f9bdc8d
commit
228ad7d84b
@ -259,9 +259,10 @@ r.take # Receive from r's outgoing port
|
||||
The last example shows the following ractor network.
|
||||
|
||||
```
|
||||
|
||||
+------+ +---+
|
||||
* main |------> * r *---+
|
||||
+-----+ +---+ |
|
||||
+------+ +---+ |
|
||||
^ |
|
||||
+-------------------+
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user