Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Aug 12, 2023
1 parent f4ba5bf commit 88066b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airframe-rx/src/main/scala/wvlet/airframe/rx/Rx.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ trait RxOps[+A] { self =>
*
* @param f
* @return
* the original input value as is
* the original input Rx stream
*/
def runOn(f: PartialFunction[Try[A], Unit]): Rx[A] = RunOnOp(this, f)

Expand Down

0 comments on commit 88066b6

Please sign in to comment.