We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055c558 commit def75a1Copy full SHA for def75a1
core/src/main/java/fj/Show.java
@@ -300,10 +300,10 @@ public Stream<Character> f(final Validation<A, B> v) {
300
}
301
302
/**
303
- * A show instance for the {@link List} type.
+ * A show instance for the {@link Stream} type.
304
*
305
- * @param sa Show for the elements of the List.
306
- * @return A show instance for the {@link List} type.
+ * @param sa Show for the elements of the Stream.
+ * @return A show instance for the {@link Stream} type.
307
*/
308
public static <A> Show<List<A>> listShow(final Show<A> sa) {
309
return new Show<List<A>>(new F<List<A>, Stream<Character>>() {
0 commit comments