Skip to content

Commit

Permalink
Update core-v1/src/main/scala/algebra/Expr.scala
Browse files Browse the repository at this point in the history
Co-authored-by: paul-a-kennedy-rally <50849869+paul-a-kennedy-rally@users.noreply.github.com>
  • Loading branch information
jeffmay and paul-a-kennedy-rally committed Feb 21, 2022
1 parent 264622f commit 16ea7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-v1/src/main/scala/algebra/Expr.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ object Expr {
* A case in an [[Expr.Match]] expression that defines the expected type, any additional guard condition,
* and then what to do with the value of the expected type.
*
* @tparam I the input type of the expression that must be casted
* @tparam I the input type of the expression that must be cast
* @tparam S the expected type of the input. Must be a subtype of the expected input type.
* @tparam B the result type of the optional [[maybeGuardExpr]]
* @tparam O the output type of the [[thenExpr]]
Expand Down

0 comments on commit 16ea7e0

Please sign in to comment.