Skip to content

Commit 6ba59df

Browse files
committed
Fix redeem API docs
1 parent 9d92797 commit 6ba59df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/cats/ApplicativeError.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ trait ApplicativeError[F[_], E] extends Applicative[F] {
124124
* Implementations are free to override it in order to optimize
125125
* error recovery.
126126
*
127-
* @see [[redeemWith]], [[attempt]] and [[handleError]]
127+
* @see [[MonadError.redeemWith]], [[attempt]] and [[handleError]]
128128
*
129129
* @param fa is the source whose result is going to get transformed
130130
* @param recover is the function that gets called to recover the source

0 commit comments

Comments
 (0)