1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix broken link

The document should point to doc/syntax/comments.rdoc (with an "s") as there currently no `doc/syntax/comment.rdoc`
This commit is contained in:
Use amazing-print instead 2021-02-09 21:06:40 +00:00 committed by Jeremy Evans
parent bb10f81c90
commit 189bf0106f
Notes: git 2021-02-10 06:17:06 +09:00

View file

@ -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