Skip to content

Commit 6e6f67b

Browse files
authored
Merge pull request #9595 from sullivan-/doc-dottydoc-simple-fix
Fix `Object.range` to intended `List.range`
2 parents c5e1f0c + 8c86fc8 commit 6e6f67b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/usage/dottydoc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ Linking to members is done in the same fashion:
192192
[Seq](scala.collection.immutable.Seq.isEmpty)
193193
```
194194

195-
Dottydoc denotes objects by ending their names in "$". To select `Object.range`
196-
you would therefore write:
195+
Dottydoc denotes objects by ending their names in "$". To select `List.range`
196+
you'd therefore write:
197197

198198
```markdown
199-
[Object.range](scala.collection.immutable.List$.range)
199+
[List.range](scala.collection.immutable.List$.range)
200200
```
201201

202202
Rendering Docstrings

0 commit comments

Comments
 (0)