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

Fixed a typo [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2019-10-20 02:58:24 +09:00
parent 1d435bd51a
commit f2ed8466d3
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -121,7 +121,7 @@ describe "C-API Thread function" do
thr.value.should be_true
end
it "runs a C function with the global lock unlocked amd unlocks IO with the generic RUBY_UBF_IO" do
it "runs a C function with the global lock unlocked and unlocks IO with the generic RUBY_UBF_IO" do
thr = Thread.new do
@t.rb_thread_call_without_gvl_with_ubf_io
end