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:
parent
bb10f81c90
commit
189bf0106f
Notes:
git
2021-02-10 06:17:06 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue