Skip to content

Commit cdcc13e

Browse files
Jordan MackieLiamGoodacre
authored andcommitted
Fix doc typo in Data.Semigroup.Last
1 parent 7a691ce commit cdcc13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Semigroup/Last.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Data.Ord (class Ord1)
88
-- | Semigroup where `append` always takes the second option.
99
-- |
1010
-- | ``` purescript
11-
-- | Last x <> Last y == Last x
11+
-- | Last x <> Last y == Last y
1212
-- | ```
1313
newtype Last a = Last a
1414

0 commit comments

Comments
 (0)