Skip to content

Commit

Permalink
Update ScalaDoc for Wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
puffnfresh committed Jun 16, 2016
1 parent bfe6b7d commit 1fb76ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/monocle/function/Wrapped.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import scalaz.Functor
import scala.annotation.implicitNotFound

/**
* Typeclass that defines an [[Iso]] from an `S` to an `A`
* Typeclass that defines an [[Iso]] from an `S` to an `A` where `S` is expected to wrap `A`.
* @tparam S source of [[Iso]]
* @tparam A target of [[Iso]], `A` is supposed to be unique for a given `S`
*/
Expand Down

0 comments on commit 1fb76ba

Please sign in to comment.