From 189bf0106fbd77bcab4dd2567c95e41d8c269035 Mon Sep 17 00:00:00 2001 From: Use amazing-print instead 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(-) (limited to 'doc') diff --git a/doc/ractor.md b/doc/ractor.md index 33aa3dfdf0..1c77f50e36 100644 --- a/doc/ractor.md +++ b/doc/ractor.md @@ -691,7 +691,7 @@ TABLE = {a: 'ko1', b: 'ko2', c: 'ko3'} 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.2.3