Skip to content

Commit 720508e

Browse files
variable "olli" to "ollie"
1 parent df91a4b commit 720508e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/part-9/1-inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ System.out.println("opintopisteitä "+ olli.opintopisteita());
556556
Student ollie = new Student("Ollie", "6381 Hollywood Blvd. Los Angeles 90028");
557557
System.out.println(ollie);
558558
System.out.println("Study credits " + ollie.credits());
559-
olli.study();
559+
ollie.study();
560560
System.out.println("Study credits "+ ollie.credits());
561561
```
562562

0 commit comments

Comments
 (0)