Skip to content

Commit

Permalink
Update docs/src/main/paradox/stream/operators/Sink/none.md
Browse files Browse the repository at this point in the history
Co-authored-by: Arnout Engelen <[email protected]>
  • Loading branch information
He-Pin and raboof authored Dec 22, 2024
1 parent 99c8d0b commit cbfc29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/paradox/stream/operators/Sink/none.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cbfc29d

Please sign in to comment.