Skip to content

Commit

Permalink
Merge pull request #103 from chris-martin/patch-1
Browse files Browse the repository at this point in the history
Fix typo (strucutre -> structure)
  • Loading branch information
phadej authored Feb 4, 2019
2 parents dbdbf72 + ffbfea4 commit 0a6cb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Align.hs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ oops = error . ("Data.Align: internal error: " ++)
-- @
--
class (Functor f) => Align f where
-- | An empty strucutre. @'align'@ing with @'nil'@ will produce a structure with
-- | An empty structure. @'align'@ing with @'nil'@ will produce a structure with
-- the same shape and elements as the other input, modulo @'This'@ or @'That'@.
nil :: f a

Expand Down

0 comments on commit 0a6cb8c

Please sign in to comment.