<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>This is about what might be a minor doc issue.<br>
    </p>
    <p>In <a class="moz-txt-link-freetext" href="https://openjdk.org/jeps/473">https://openjdk.org/jeps/473</a> it says<br>
    </p>
    <p>
      <blockquote type="cite">As another example, <code>Stream::filter</code>
        takes a predicate that determines whether an input element
        should be passed downstream; this is simply a stateless
        one-to-many gatherer.</blockquote>
      Shouldn't this be "many-to-one"?</p>
    <p>-ernie</p>
  </body>
</html>