Fix reference to default in haddock for shouldLog.

This commit is contained in:
Yitzchak Gale 2015-06-03 11:18:33 +03:00
parent bd161ef5f7
commit bef07c5e12

View File

@ -254,7 +254,7 @@ class RenderRoute site => Yesod site where
-- | Should we log the given log source/level combination.
--
-- Default: the 'shouldLog' function.
-- Default: the 'defaultShouldLog' function.
shouldLog :: site -> LogSource -> LogLevel -> Bool
shouldLog _ = defaultShouldLog