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 in code blocks

Remove unnecessary indentation of code in code blocks
(it is also not rendered properly in the generated HTML).

Also remove an empty line.
This commit is contained in:
Marcus Stollsteimer 2020-12-26 22:51:48 +01:00
parent 0a867315e8
commit ab6adf2772

View file

@ -259,7 +259,6 @@ Connection example: Ractor.yield(obj) on r1 and r2,
The last example shows the following ractor network.
```
+------+ +---+
* main |------> * r *---+
+-----+ +---+ |