Skip to content

Commit 8c86fc8

Browse files
author
John Sullivan
committed
Fix Object.range to intended List.range
1 parent db54827 commit 8c86fc8

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)