8000 Fix English syntax · CJavaScala/each@5aeab39 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5aeab39

Browse files
committed
Fix English syntax
1 parent 4c0695d commit 5aeab39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/thoughtworks/each/Monadic.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object Monadic {
4242
* or a `catchIoMonadic` block.
4343
*
4444
* This is not a real method, thus it will never actually execute.
45-
* Instead, the method will be transformed to monadic expressions.
45+
* Instead, the call to this method will be transformed to a monadic expression.
4646
* The actually result is passing as a parameter to some [[scalaz.Monad#bind]] and [[scalaz.Monad#point]] calls
4747
* instead of as a return value.
4848
*

0 commit comments

Comments
 (0)
0