fix update docs to have a slash

This commit is contained in:
Chris Allen 2016-03-09 13:50:44 -06:00
parent 2797b871c5
commit a9bc846f02

View File

@ -927,7 +927,7 @@ deleteCount = rawEsqueleto DELETE
-- Example of usage: -- Example of usage:
-- --
-- @ -- @
-- 'update' $ \p -> do -- 'update' $ \\p -> do
-- 'set' p [ PersonAge '=.' 'just' ('val' thisYear) -. p '^.' PersonBorn ] -- 'set' p [ PersonAge '=.' 'just' ('val' thisYear) -. p '^.' PersonBorn ]
-- 'where_' $ isNothing (p '^.' PersonAge) -- 'where_' $ isNothing (p '^.' PersonAge)
-- @ -- @