Skip to content

Commit

Permalink
Merge pull request typelevel#505 from mikejcurry/master
Browse files Browse the repository at this point in the history
Fixed typo in comments
  • Loading branch information
ceedubs committed Sep 1, 2015
2 parents 3b63cca + 0eb163e commit 6476e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/Eval.scala
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ object Eval extends EvalInstances {
*
* Unlike a traditional trampoline, the internal workings of the
* trampoline are not exposed. This allows a slightly more efficient
* implementat of the .value method.
* implementation of the .value method.
*/
sealed abstract class Compute[A] extends Eval[A] {
type Start
Expand Down

0 comments on commit 6476e60

Please sign in to comment.