Skip to content

Commit 45d31f1

Browse files
authored
Merge pull request #1146 from daniel-beard/patch-1
Fix typo in doc comment for KeyValueOmit
2 parents cb75115 + d62645f commit 45d31f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Aeson/Types/ToJSON.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ instance value ~ Value => KeyValue Value (KM.KeyMap value) where
371371
explicitToField f name value = KM.singleton name (f value)
372372
{-# INLINE explicitToField #-}
373373

374-
-- | An optional key-value pair for envoding to a JSON object
374+
-- | An optional key-value pair for encoding to a JSON object
375375
--
376376
-- @since 2.2.0.0
377377
--

0 commit comments

Comments
 (0)