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 +***