Skip to content

Commit 7764874

Browse files
He-Pinraboof
andcommitted
Update docs/src/main/paradox/stream/operators/Sink/none.md
Co-authored-by: Arnout Engelen <[email protected]>
1 parent 898b293 commit 7764874

File tree

1 file changed

+2
-2
lines changed
  • docs/src/main/paradox/stream/operators/Sink

1 file changed

+2
-2
lines changed

docs/src/main/paradox/stream/operators/Sink/none.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ when the input stream ends, or completed with `Failure` if there is a failure si
2929
This example tests all elements in the stream is `<=` 100.
3030

3131
Scala
32-
: @@snip [ForAll.scala](/docs/src/test/scala/docs/stream/operators/sink/NoneMatch.scala) { #none }
32+
: @@snip [NoneMatch.scala](/docs/src/test/scala/docs/stream/operators/sink/NoneMatch.scala) { #none }
3333

3434
Java
35-
: @@snip [ForAll.java](/docs/src/test/java/jdocs/stream/operators/sink/NoneMatch.java) { #none }
35+
: @@snip [NoneMatch.java](/docs/src/test/java/jdocs/stream/operators/sink/NoneMatch.java) { #none }
3636

3737
## Reactive Streams Semantics
3838

0 commit comments

Comments
 (0)