Functional Programming in Java, Second Edition: Chapter 3 typo Stream<Characters>

@venkats

In the section “Iterating a String” found in chapter 3 “Strings, Comparators, and Filters” there seems to be a typo:

“But we want a stream of characters (a Stream)[…]”

I guess “Stream” is the correct type here, not “Stream<Characters>”