Skip to content

Commit

Permalink
Merge branch 'tmp' into feature/autoFormatterRan
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Jun 19, 2014
2 parents f5eb6dc + ca5571b commit 93b397e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ abstract class AbstractSemigroup[T] extends Semigroup[T]
/**
* Either semigroup is useful for error handling.
* if everything is correct, use Right (it's right, get it?), if something goes
* wrong, use Left. plus does the normal thing for plus(Right,Right), or plus(Left,Left),
* wrong, use Left. plus does the normal thing for plus(Right, Right), or plus(Left, Left),
* but if exactly one is Left, we return that value (to keep the error condition).
* Typically, the left value will be a string representing the errors.
*/
Expand Down

0 comments on commit 93b397e

Please sign in to comment.