Skip to content

Commit 8891873

Browse files
authored
Merge pull request #657 from tom-bop/master
Fix typo
2 parents 550b03d + aa765c9 commit 8891873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Aeson/Types/ToJSON.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ genericLiftToEncoding opts te tel = gToJSON opts (To1Args te tel) . from1
264264
-- @
265265
--
266266
-- Previous versions of this library only had the 'toJSON' method. Adding
267-
-- 'toEncoding' had to reasons:
267+
-- 'toEncoding' had two reasons:
268268
--
269269
-- 1. toEncoding is more efficient for the common case that the output of
270270
-- 'toJSON' is directly serialized to a @ByteString@.

0 commit comments

Comments
 (0)