Skip to content

Commit 609f65f

Browse files
committed
Updated Tutorial Comments
1 parent fa1e734 commit 609f65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/de/jakkoble/Fruits.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package de.jakkoble
22

3-
// An object is used if there is just one object inside, in my example the Fruit List.
3+
// An Object is used instead of a class to hold just one object, in my example the Fruit List.
44
// It's accessable to all classes.
55
object Fruits {
66
val list: MutableList<Fruit> = mutableListOf(

0 commit comments

Comments
 (0)