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:
parent
0a867315e8
commit
ab6adf2772
1 changed files with 143 additions and 144 deletions
|
@ -259,7 +259,6 @@ Connection example: Ractor.yield(obj) on r1 and r2,
|
|||
The last example shows the following ractor network.
|
||||
|
||||
```
|
||||
|
||||
+------+ +---+
|
||||
* main |------> * r *---+
|
||||
+-----+ +---+ |
|
||||
|
|
Loading…
Add table
Reference in a new issue