diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html index 4b333bd2c0724..eeb90d6abc858 100644 --- a/docs/streams/tutorial.html +++ b/docs/streams/tutorial.html @@ -608,7 +608,7 @@

Writing a th .groupBy((key, value) -> value) .count(Materialized.<String, Long, KeyValueStore<Bytes, byte[]>>as("counts-store")) .toStream() - .to("streams-wordcount-output", Produced.with(Serdes.String(), Serdes.Long()); + .to("streams-wordcount-output", Produced.with(Serdes.String(), Serdes.Long())); final Topology topology = builder.build(); final KafkaStreams streams = new KafkaStreams(topology, props);