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

ruby-changes:64885

From: Nobuyoshi <ko1@a...>
Date: Thu, 14 Jan 2021 21:38:50 +0900 (JST)
Subject: [ruby-changes:64885] 834b404b9a (master): [DOC] Fixed indent [ci skip]

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

From 834b404b9aba6f3dcaa8107632530489239e53d1 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Thu, 14 Jan 2021 21:35:38 +0900
Subject: [DOC] Fixed indent [ci skip]


diff --git a/thread_sync.c b/thread_sync.c
index 8c999e2..8295b3d 100644
--- a/thread_sync.c
+++ b/thread_sync.c
@@ -884,7 +884,7 @@ queue_do_push(VALUE self, struct rb_queue *q, VALUE obj) https://github.com/ruby/ruby/blob/trunk/thread_sync.c#L884
  *
  * ClosedQueueError is inherited from StopIteration, so that you can break loop block.
  *
- *  Example:
+ * Example:
  *
  *    	q = Queue.new
  *      Thread.new{
-- 
cgit v0.10.2


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

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