This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 776487459c465646882da8a80719c53a758732b0 Author: He-Pin(kerr) <[email protected]> AuthorDate: Sun Dec 22 20:10:18 2024 +0800 Update docs/src/main/paradox/stream/operators/Sink/none.md Co-authored-by: Arnout Engelen <[email protected]> --- docs/src/main/paradox/stream/operators/Sink/none.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/paradox/stream/operators/Sink/none.md b/docs/src/main/paradox/stream/operators/Sink/none.md index faf0af9e16..73a18d65f6 100644 --- a/docs/src/main/paradox/stream/operators/Sink/none.md +++ b/docs/src/main/paradox/stream/operators/Sink/none.md @@ -29,10 +29,10 @@ when the input stream ends, or completed with `Failure` if there is a failure si This example tests all elements in the stream is `<=` 100. Scala -: @@snip [ForAll.scala](/docs/src/test/scala/docs/stream/operators/sink/NoneMatch.scala) { #none } +: @@snip [NoneMatch.scala](/docs/src/test/scala/docs/stream/operators/sink/NoneMatch.scala) { #none } Java -: @@snip [ForAll.java](/docs/src/test/java/jdocs/stream/operators/sink/NoneMatch.java) { #none } +: @@snip [NoneMatch.java](/docs/src/test/java/jdocs/stream/operators/sink/NoneMatch.java) { #none } ## Reactive Streams Semantics --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
