Skip to content

Commit e228dce

Browse files
authored
Typo in doc comments of synonnym.
1 parent 08fcbcd commit e228dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Aeson/Encoding/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ newtype Encoding' tag = Encoding {
8181
-- ^ Acquire the underlying bytestring builder.
8282
} deriving (Typeable)
8383

84-
-- | Often used synonnym for 'Encoding''.
84+
-- | Often used synonym for 'Encoding''.
8585
type Encoding = Encoding' Value
8686

8787
-- | Make Encoding from Builder.

0 commit comments

Comments
 (0)