Skip to content

Commit

Permalink
Persist.PostgreSQL.JSON haddock fix (#898)
Browse files Browse the repository at this point in the history
* Fix minor Haddock syntax issues in Postgres.JSON
  • Loading branch information
Vlix authored and parsonsmatt committed Apr 19, 2019
1 parent 74bbc5c commit fb29c8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions persistent-postgresql/Database/Persist/Postgresql/JSON.hs
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ infix 4 @>., <@., ?., ?|., ?&.
--
-- @column ?|. list@
--
-- /N.B. An empty list __will never match anything__. Also, this
-- operator might have some unexpected interactions with
-- non-object values. Please reference the examples./
-- /N.B. An empty list __will never match anything__. Also, this/
-- /operator might have some unexpected interactions with/
-- /non-object values. Please reference the examples./
--
-- === __Objects__
--
Expand Down Expand Up @@ -254,9 +254,9 @@ infix 4 @>., <@., ?., ?|., ?&.
--
-- @column ?&. list@
--
-- /N.B. An empty list __will match anything__. Also, this
-- operator might have some unexpected interactions with
-- non-object values. Please reference the examples./
-- /N.B. An empty list __will match anything__. Also, this/
-- /operator might have some unexpected interactions with/
-- /non-object values. Please reference the examples./
--
-- === __Objects__
--
Expand Down

0 comments on commit fb29c8f

Please sign in to comment.