[DOC] Fix indentation
RDoc markdown parser requires exact 4 spaces or tab as indentation. Also the first nested bullet list must be separated from the enclosing bullet list item by a blank line.
This commit is contained in:
parent
57d10c6e80
commit
9dc9d5f5a6
3
NEWS.md
3
NEWS.md
@ -44,6 +44,7 @@ Note: We're only listing outstanding class updates.
|
|||||||
```
|
```
|
||||||
|
|
||||||
`Ractor::Port` provides the following methods:
|
`Ractor::Port` provides the following methods:
|
||||||
|
|
||||||
* `Ractor::Port#receive`
|
* `Ractor::Port#receive`
|
||||||
* `Ractor::Port#send` (or `Ractor::Port#<<`)
|
* `Ractor::Port#send` (or `Ractor::Port#<<`)
|
||||||
* `Ractor::Port#close`
|
* `Ractor::Port#close`
|
||||||
@ -145,10 +146,12 @@ The following bundled gems are updated.
|
|||||||
## Compatibility issues
|
## Compatibility issues
|
||||||
|
|
||||||
* The following methdos were removed from Ractor due because of `Ractor::Port`:
|
* The following methdos were removed from Ractor due because of `Ractor::Port`:
|
||||||
|
|
||||||
* `Ractor.yield`
|
* `Ractor.yield`
|
||||||
* `Ractor#take`
|
* `Ractor#take`
|
||||||
* `Ractor#close_incoming`
|
* `Ractor#close_incoming`
|
||||||
* `Ractor#close_outgoging`
|
* `Ractor#close_outgoging`
|
||||||
|
|
||||||
[[Feature #21262]]
|
[[Feature #21262]]
|
||||||
|
|
||||||
## Stdlib compatibility issues
|
## Stdlib compatibility issues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user