From 6d10939f5c0caf74a31dee5f489990a1827331a2 Mon Sep 17 00:00:00 2001 From: MarkP88 Date: Wed, 9 Sep 2020 09:23:21 -0400 Subject: [PATCH] Update errata.md --- errata.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/errata.md b/errata.md index 11e10af..8efdd4d 100644 --- a/errata.md +++ b/errata.md @@ -1,8 +1,10 @@ -# Errata for *Book Title* +# Errata for *Functional Interfaces in Java* -On **page xx** [Summary of error]: +On **page 7** [Listing 1-9; code]: -Details of error here. Highlight key pieces in **bold**. +The output was written as Hello with a capital H, for this statement, System.out.println(namedSP.process("hello")); However, the NamedStringProcessor class implementation of the process method just returns the String input which you can clearly see is "hello", thus the output should be the same which is hello and not Hello. +] + *** @@ -10,4 +12,4 @@ On **page xx** [Summary of error]: Details of error here. Highlight key pieces in **bold**. -*** \ No newline at end of file +***