ruby-changes:62906
From: Kazuhiro <ko1@a...>
Date: Sun, 13 Sep 2020 12:35:33 +0900 (JST)
Subject: [ruby-changes:62906] 3bdf8efd81 (master): Fix typos [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=3bdf8efd81 From 3bdf8efd81fc283fd2b347f5a238e7b57f886e90 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Sun, 13 Sep 2020 12:35:06 +0900 Subject: Fix typos [ci skip] diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index 96eedbf..141962e 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -345,7 +345,7 @@ assert_equal 'hello', %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_ractor.rb#L345 end } -# Access to global-variables are prohibitted +# Access to global-variables are prohibited assert_equal 'can not access global variables $gv from non-main Ractors', %q{ $gv = 1 r = Ractor.new do @@ -359,7 +359,7 @@ assert_equal 'can not access global variables $gv from non-main Ractors', %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_ractor.rb#L359 end } -# Access to global-variables are prohibitted +# Access to global-variables are prohibited assert_equal 'can not access global variables $gv from non-main Ractors', %q{ r = Ractor.new do $gv = 1 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/