Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit e10a119

Browse files
committed
Adding scaladoc for toFuture
Signed-off-by: Winarto Zhao <[email protected]>
1 parent 76a32f1 commit e10a119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/reactor/core/scala/publisher/SMono.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ trait SMono[T] extends SMonoLike[T, SMono] with MapablePublisher[T] with ScalaCo
12921292
* onError.
12931293
*
12941294
* <p>
1295-
* <img class="marble" src="https://raw.githubusercontent.com/reactor/reactor-core/v3.0.6.RELEASE/src/docs/marble/tofuture.png" alt="">
1295+
* <img class="marble" src="https://raw.githubusercontent.com/reactor/reactor-core/master/reactor-core/src/main/java/reactor/core/publisher/doc-files/marbles/toFuture.svg" alt="">
12961296
* <p>
12971297
*
12981298
* @return a [[Future]]

0 commit comments

Comments
 (0)