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.
Object.range
List.range
1 parent db54827 commit 8c86fc8Copy full SHA for 8c86fc8
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