[前][次][番号順一覧][スレッド一覧]

ruby-changes:62834

From: andrewmelis <ko1@a...>
Date: Sat, 5 Sep 2020 17:22:01 +0900 (JST)
Subject: [ruby-changes:62834] 72757fb596 (master): Fix typo in ractor.md

https://git.ruby-lang.org/ruby.git/commit/?id=72757fb596

From 72757fb596fe6b1613cbcb4f70bb143c21079541 Mon Sep 17 00:00:00 2001
From: andrewmelis <andrewmelis@g...>
Date: Sat, 5 Sep 2020 03:18:15 -0400
Subject: Fix typo in ractor.md


diff --git a/doc/ractor.md b/doc/ractor.md
index 42a0be9..2a2fa72 100644
--- a/doc/ractor.md
+++ b/doc/ractor.md
@@ -142,7 +142,7 @@ r.take #=> 'ok' https://github.com/ruby/ruby/blob/trunk/doc/ractor.md#L142
 
 ### 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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]