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:
Marcus Stollsteimer 2020-12-27 22:39:42 +01:00
parent cf1f9bdc8d
commit 228ad7d84b

View File

@ -259,9 +259,10 @@ r.take # Receive from r's outgoing port
The last example shows the following ractor network. The last example shows the following ractor network.
``` ```
+------+ +---+ +------+ +---+
* main |------> * r *---+ * main |------> * r *---+
+-----+ +---+ | +------+ +---+ |
^ | ^ |
+-------------------+ +-------------------+
``` ```