Skip to content

Commit

Permalink
Spelling (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist authored and chshersh committed Jan 15, 2019
1 parent ffc8ab3 commit a3feec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Toml/Type/Value.hs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ eqValueList (x:xs) (y:ys) = case sameValue x y of
eqValueList _ _ = False

-- | Reifies type of 'Value' into 'TValue'. Unfortunately, there's no way to
-- guarante that 'valueType' will return @t@ for object with type @Value \'t@.
-- guarantee that 'valueType' will return @t@ for object with type @Value \'t@.
valueType :: Value t -> TValue
valueType (Bool _) = TBool
valueType (Integer _) = TInteger
Expand Down

0 comments on commit a3feec3

Please sign in to comment.