MINOR: Rename description of flatMapValues transformation (#8431)

The table of (stateless) transformations uses the transformation name in the first column and a description in the second column. I adjusted the transformation name for FlatMapValues accordingly.

Reviewers: Matthias J. Sax <mjsax@apache.org>, Bill Bejeck <bbejeck@apache.org>
This commit is contained in:
Matthias Seiler 2023-01-19 16:34:07 +01:00 committed by GitHub
parent 90967e81e2
commit a1db17b8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ KStream&lt;String, Integer&gt; transformed = stream.flatMap(
// Java 7 example: cf. `map` for how to create `KeyValueMapper` instances</code></pre>
</td>
</tr>
<tr class="row-even"><td><p class="first"><strong>FlatMap (values only)</strong></p>
<tr class="row-even"><td><p class="first"><strong>FlatMapValues</strong></p>
<ul class="last simple">
<li>KStream &rarr; KStream</li>
</ul>