We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47dd596 + 2e4b604 commit a90d395Copy full SHA for a90d395
_tour/package-objects.md
@@ -37,7 +37,7 @@ object Plum extends Fruit("Plum", "blue")
37
object Banana extends Fruit("Banana", "yellow")
38
```
39
40
-Now assume you want to place a variable `planted` and a method `showFruit` directly into package `gardening`.
+Now assume you want to place a variable `planted` and a method `showFruit` directly into package `gardening.fruits`.
41
Here's how this is done:
42
43
0 commit comments