mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Fix some typos by spell checker
This commit is contained in:
parent
f9b62b5cc0
commit
33f2ff3bab
Notes:
git
2021-04-26 10:08:09 +09:00
24 changed files with 36 additions and 36 deletions
|
@ -147,7 +147,7 @@
|
|||
# on a moved object.
|
||||
#
|
||||
# Besides frozen objects, there are shareable objects. Class and Module objects are shareable so
|
||||
# the Class/Module definitons are shared between ractors. Ractor objects are also shareable objects.
|
||||
# the Class/Module definitions are shared between ractors. Ractor objects are also shareable objects.
|
||||
# All operations for the shareable mutable objects are thread-safe, so the thread-safety property
|
||||
# will be kept. We can not define mutable shareable objects in Ruby, but C extensions can introduce them.
|
||||
#
|
||||
|
@ -223,7 +223,7 @@
|
|||
#
|
||||
# == Reference
|
||||
#
|
||||
# See {Ractor desgin doc}[rdoc-ref:doc/ractor.md] for more details.
|
||||
# See {Ractor design doc}[rdoc-ref:doc/ractor.md] for more details.
|
||||
#
|
||||
class Ractor
|
||||
#
|
||||
|
@ -457,7 +457,7 @@ class Ractor
|
|||
#
|
||||
# If the block returns a truthy value, the message will be removed from the incoming queue
|
||||
# and returned.
|
||||
# Otherwise, the messsage remains in the incoming queue and the following received
|
||||
# Otherwise, the message remains in the incoming queue and the following received
|
||||
# messages are checked by the given block.
|
||||
#
|
||||
# If there are no messages left in the incoming queue, the method will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue