Skip to content

Commit a8fcbc7

Browse files
Merge pull request rage#247 from tuhnik/patch-1
Fix typo
2 parents 6cea361 + 8f105bc commit a8fcbc7

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)