Skip to content

Commit

Permalink
Fix typo in Scaladoc (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kluen authored Feb 25, 2024
1 parent 242ed65 commit fe66b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/quest/ops.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inline def quest[T](f: Label[T] ?=> T): T = {
extension [T](in: T) {

/**
* Return the the success value or return the quest-block with the error value.
* Return the success value or return the quest-block with the error value.
*
* Must be used inside a quest block
*/
Expand Down

0 comments on commit fe66b63

Please sign in to comment.