diff options
author | Use amazing-print instead <git@caulfield.me> | 2021-02-09 21:06:40 +0000 |
---|---|---|
committer | Jeremy Evans <code@jeremyevans.net> | 2021-02-09 13:16:32 -0800 |
commit | 189bf0106fbd77bcab4dd2567c95e41d8c269035 (patch) | |
tree | 7832a59e5b9634adb7b63017920979858dea7067 /doc | |
parent | bb10f81c908a4f204a73219e1560107e874cc30e (diff) |
Fix broken link
The document should point to doc/syntax/comments.rdoc (with an "s") as there currently no `doc/syntax/comment.rdoc`
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4162
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ractor.md | 2 |
1 files changed, 1 insertions, 1 deletions
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'} 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 |