Skip to content

Commit

Permalink
Remove nonexisting @tparam description from scaladoc of ActorToZioBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 22, 2022
1 parent e3be646 commit 82a2e56
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ trait ActorToZioBridge {
* @param tag implicit proof that the result type `R` has a [[ClassTag]]
*
* @tparam R The type of the expected success value
* @tparam M The type of the message, must be a subtype of [[ResponderRequest]]
* @return A Task containing either the success `R` or the failure [[Throwable]],
* will fail during runtime with a [[ClassCastException]] if the `R` does not correspond
* to the response of the message being sent due to the untyped nature of the ask pattern
Expand Down

0 comments on commit 82a2e56

Please sign in to comment.