Skip to content

Commit 8f105bc

Browse files
committed
fix typo
1 parent c75cc83 commit 8f105bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/part-9/2-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ System.out.println("Delegating the reading to Verna");
664664

665665
ReadingList vernasList = new ReadingList();
666666
vernasList.add(jonisList);
667-
vernanLista.read();
667+
vernasList.read();
668668

669669
System.out.println();
670670
System.out.println("Joni's to-read: " + jonisList.toRead());

0 commit comments

Comments
 (0)