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:
parent
cf1f9bdc8d
commit
228ad7d84b
1 changed files with 2 additions and 1 deletions
|
@ -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 *---+
|
||||||
+-----+ +---+ |
|
+------+ +---+ |
|
||||||
^ |
|
^ |
|
||||||
+-------------------+
|
+-------------------+
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue