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

ruby-changes:65211

From: Use <ko1@a...>
Date: Wed, 10 Feb 2021 06:17:04 +0900 (JST)
Subject: [ruby-changes:65211] 189bf0106f (master): Fix broken link

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

From 189bf0106fbd77bcab4dd2567c95e41d8c269035 Mon Sep 17 00:00:00 2001
From: Use amazing-print instead <git@c...>
Date: Tue, 9 Feb 2021 21:06:40 +0000
Subject: Fix broken link

The document should point to doc/syntax/comments.rdoc (with an "s") as there currently no `doc/syntax/comment.rdoc`
---
 doc/ractor.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ractor.md b/doc/ractor.md
index 33aa3df..1c77f50 100644
--- a/doc/ractor.md
+++ b/doc/ractor.md
@@ -691,7 +691,7 @@ TABLE = {a: 'ko1', b: 'ko2', c: 'ko3'} https://github.com/ruby/ruby/blob/trunk/doc/ractor.md#L691
 
 Except the `none` mode (default), it is guaranteed that the assigned constants refer to only shareable objects.
 
-See [doc/syntax/comment.rdoc](syntax/comment.rdoc) for more details.
+See [doc/syntax/comments.rdoc](syntax/comments.rdoc) for more details.
 
 ## Implementation note
 
-- 
cgit v1.1


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

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