Skip to content

Commit 3e35842

Browse files
Fixed example to use lisa not jill
1 parent c31125d commit 3e35842

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chapter5/listing48/listing48.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ func main() {
4444
sendNotification(&bill)
4545

4646
// Create an admin value and pass it to sendNotification.
47-
jill := admin{"Jill", "jill@email.com"}
48-
sendNotification(&jill)
47+
lisa := admin{"Lisa", "lisa@email.com"}
48+
sendNotification(&lisa)
4949
}
5050

5151
// sendNotification accepts values that implement the notifier

0 commit comments

Comments
 (0)