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

ruby-changes:60664

From: Derek <ko1@a...>
Date: Mon, 6 Apr 2020 08:29:43 +0900 (JST)
Subject: [ruby-changes:60664] ba3eccd9b5 (master): fix typo in documentation

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

From ba3eccd9b5e99ce893ae06bada5c279962c5c232 Mon Sep 17 00:00:00 2001
From: Derek Argueta <deargueta@t...>
Date: Sun, 5 Apr 2020 13:56:11 -0700
Subject: fix typo in documentation


diff --git a/include/ruby/thread_native.h b/include/ruby/thread_native.h
index 8e500c5..92405a6 100644
--- a/include/ruby/thread_native.h
+++ b/include/ruby/thread_native.h
@@ -16,7 +16,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/thread_native.h#L16
  * This file contains wrapper APIs for native thread primitives
  * which Ruby interpreter uses.
  *
- * Now, we only suppors pthread and Windows threads.
+ * Now, we only support pthread and Windows threads.
  *
  * If you want to use Ruby's Mutex and so on to synchronize Ruby Threads,
  * please use Mutex directly.
-- 
cgit v0.10.2


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

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