Skip to content

Commit ffbfea4

Browse files
authored
Fix typo (strucutre -> structure)
1 parent dbdbf72 commit ffbfea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Align.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ oops = error . ("Data.Align: internal error: " ++)
119119
-- @
120120
--
121121
class (Functor f) => Align f where
122-
-- | An empty strucutre. @'align'@ing with @'nil'@ will produce a structure with
122+
-- | An empty structure. @'align'@ing with @'nil'@ will produce a structure with
123123
-- the same shape and elements as the other input, modulo @'This'@ or @'That'@.
124124
nil :: f a
125125

0 commit comments

Comments
 (0)