We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5e1f0c + 8c86fc8 commit 6e6f67bCopy full SHA for 6e6f67b
docs/docs/usage/dottydoc.md
@@ -192,11 +192,11 @@ Linking to members is done in the same fashion:
192
[Seq](scala.collection.immutable.Seq.isEmpty)
193
```
194
195
-Dottydoc denotes objects by ending their names in "$". To select `Object.range`
196
-you would therefore write:
+Dottydoc denotes objects by ending their names in "$". To select `List.range`
+you'd therefore write:
197
198
```markdown
199
-[Object.range](scala.collection.immutable.List$.range)
+[List.range](scala.collection.immutable.List$.range)
200
201
202
Rendering Docstrings
0 commit comments