Remove pipe char irking the haddock coverage tool

Haddock documentation strings must be associated with functions. Remove
pipe char from a comment that was moved into a `do` block in
`Readers/Org/Inlines.hs`.
This commit is contained in:
Albert Krewinkel 2017-01-06 18:59:07 +01:00
parent 4ca420e937
commit 4da41bdb8e
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -198,7 +198,7 @@ orgRefCite = try $ choice
normalOrgRefCite :: OrgParser (F [Citation])
normalOrgRefCite = try $ do
mode <- orgRefCiteMode
-- | org-ref style citation key, parsed into a citation of the given mode
-- org-ref style citation key, parsed into a citation of the given mode
let orgRefCiteItem :: OrgParser (F Citation)
orgRefCiteItem = try $ do
key <- orgRefCiteKey