Skip to content

Commit d34cede

Browse files
authored
Merge pull request #574 from BlockScope/master
Typo in doc comments of synonnym.
2 parents 08fcbcd + e228dce commit d34cede

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)