From ffbfea4ff31bab42e98b1e27ee3887da86fee16c Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Sun, 3 Feb 2019 00:20:18 -0700 Subject: [PATCH] Fix typo (strucutre -> structure) --- Data/Align.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Align.hs b/Data/Align.hs index 3b0fad2..e48df0f 100644 --- a/Data/Align.hs +++ b/Data/Align.hs @@ -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