We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df91a4b commit 720508eCopy full SHA for 720508e
1 file changed
data/part-9/1-inheritance.md
@@ -556,7 +556,7 @@ System.out.println("opintopisteitä "+ olli.opintopisteita());
556
Student ollie = new Student("Ollie", "6381 Hollywood Blvd. Los Angeles 90028");
557
System.out.println(ollie);
558
System.out.println("Study credits " + ollie.credits());
559
-olli.study();
+ollie.study();
560
System.out.println("Study credits "+ ollie.credits());
561
```
562
0 commit comments