8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0695d commit 5aeab39Copy full SHA for 5aeab39
src/main/scala/com/thoughtworks/each/Monadic.scala
@@ -42,7 +42,7 @@ object Monadic {
42
* or a `catchIoMonadic` block.
43
*
44
* This is not a real method, thus it will never actually execute.
45
- * Instead, the method will be transformed to monadic expressions.
+ * Instead, the call to this method will be transformed to a monadic expression.
46
* The actually result is passing as a parameter to some [[scalaz.Monad#bind]] and [[scalaz.Monad#point]] calls
47
* instead of as a return value.
48
0 commit comments