aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ractor.md
diff options
context:
space:
mode:
authorUse amazing-print instead <git@caulfield.me>2021-02-09 21:06:40 +0000
committerJeremy Evans <code@jeremyevans.net>2021-02-09 13:16:32 -0800
commit189bf0106fbd77bcab4dd2567c95e41d8c269035 (patch)
tree7832a59e5b9634adb7b63017920979858dea7067 /doc/ractor.md
parentbb10f81c908a4f204a73219e1560107e874cc30e (diff)
downloadruby-189bf0106fbd77bcab4dd2567c95e41d8c269035.tar.gz
Fix broken link
The document should point to doc/syntax/comments.rdoc (with an "s") as there currently no `doc/syntax/comment.rdoc`
Diffstat (limited to 'doc/ractor.md')
-rw-r--r--doc/ractor.md2
1 files changed, 1 insertions, 1 deletions
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