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

doc/extension.ja.rdoc: remove trailing whitespace

This commit is contained in:
Marcus Stollsteimer 2020-12-24 11:31:06 +01:00
parent c601a7ecfd
commit a4419a55f0

View file

@ -1831,12 +1831,12 @@ GC」を参照して下さい
== Appendix E. Ractor サポート
Ruby 3.0 から、Ruby プログラムを並列に実行するための仕組みである Ractor
Ruby 3.0 から、Ruby プログラムを並列に実行するための仕組みである Ractor
が導入されました。適切に並列に実行するためには、Ractor サポートが必要に
なります。サポートしていないライブラリは、メイン Ractor 以外で実行すると
エラーになりますRactor::UnsafeError
Ractor をサポートするための詳細は、extension.rdoc の「Appendix F. Ractor
Ractor をサポートするための詳細は、extension.rdoc の「Appendix F. Ractor
support」を参照してください。