summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorandrewmelis <andrewmelis@gmail.com>2020-09-05 03:18:15 -0400
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-05 17:21:43 +0900
commit72757fb596fe6b1613cbcb4f70bb143c21079541 (patch)
tree61a6a46b43ffd8834157f80147a3eeb9a562f78c /doc
parentde30450d91a8dda9dd415512ba5a1709704cae12 (diff)
Fix typo in ractor.md
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3520
Diffstat (limited to 'doc')
-rw-r--r--doc/ractor.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ractor.md b/doc/ractor.md
index 42a0be9651..2a2fa72511 100644
--- a/doc/ractor.md
+++ b/doc/ractor.md
@@ -142,7 +142,7 @@ r.take #=> 'ok'
### An execution result of given block
-Return value of the given block becomes an outgoing message (see bellow for details).
+Return value of the given block becomes an outgoing message (see below for details).
```ruby
r = Ractor.new do