1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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.
```
+------+ +---+
* main |------> * r *---+
+-----+ +---+ |
+------+ +---+ |
^ |
+-------------------+
```