Fix haddock comment.

This commit is contained in:
Ian Grant Jeffries 2015-02-22 19:29:10 -05:00
parent 0f0878409c
commit c1075bb702
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: hjsonpointer
version: 0.1.0.0
version: 0.1.0.1
synopsis: JSON Pointer library for Haskell
homepage: https://github.com/seagreen/hjsonpointer
license: MIT

View File

@ -22,7 +22,7 @@ data PointerErr
| UnindexableValue
deriving (Eq, Show)
-- The Text to build a JSON Pointer must either be empty or start
-- | The Text to build a JSON Pointer must either be empty or start
-- with a '/'. If you're turning a URI Fragment into a JSON Pointer
-- you must drop the initial '#'.
jsonPointer :: Text -> Either PointerErr JsonPointer