Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Sep 26, 2012
1 parent fa137cd commit d3c2bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Control/Lens/Type.hs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ l <%= f = l %%= \c -> let d = f c in (d,d)
-- | Add to the target of a numerically valued 'Lens' into your monad's state
-- and return the result.
--
-- When you do not need the result of the multiplication, ('Control.Lens.Setter.+=') is more
-- When you do not need the result of the addition, ('Control.Lens.Setter.+=') is more
-- flexible.
--
-- @
Expand All @@ -549,7 +549,7 @@ l <+= b = l <%= (+ b)
-- | Subtract from the target of a numerically valued 'Lens' into your monad's
-- state and return the result.
--
-- When you do not need the result of the multiplication, ('Control.Lens.Setter.-=') is more
-- When you do not need the result of the subtraction, ('Control.Lens.Setter.-=') is more
-- flexible.
--
-- @
Expand Down

0 comments on commit d3c2bba

Please sign in to comment.