summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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