This so the spelling errors do not get out of hand, when new extensions are copy-pasted from current ones. ---
The patch is also attached for convenience. The patch applies to the current master. Peter .../default/src/Snap/Extension/Timer/Impl.hs | 2 +- src/Snap/Extension/Heist/Impl.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project_template/default/src/Snap/Extension/Timer/Impl.hs b/project_template/default/src/Snap/Extension/Timer/Impl.hs index 44e44fc..6473eb2 100644 --- a/project_template/default/src/Snap/Extension/Timer/Impl.hs +++ b/project_template/default/src/Snap/Extension/Timer/Impl.hs @@ -36,7 +36,7 @@ newtype TimerState = TimerState ------------------------------------------------------------------------------ --- | For you appliaction's monad to be a 'MonadTimer', your application's +-- | For your application's monad to be a 'MonadTimer', your application's -- state needs to be an instance of 'HasTimerState'. Minimal complete -- definition: 'getTimerState', 'setTimerState'. class HasTimerState s where diff --git a/src/Snap/Extension/Heist/Impl.hs b/src/Snap/Extension/Heist/Impl.hs index 22ab245..8631df5 100644 --- a/src/Snap/Extension/Heist/Impl.hs +++ b/src/Snap/Extension/Heist/Impl.hs @@ -92,7 +92,7 @@ data MonadSnap m => HeistState m = HeistState ------------------------------------------------------------------------------ --- | For you appliaction's monad to be a 'MonadHeist', your application's +-- | For your application's monad to be a 'MonadHeist', your application's -- state needs to be an instance of 'HasHeistState'. Minimal complete -- definition: 'getHeistState', 'setHeistState'. -- -- 1.7.4
binNl4MKU9g5v.bin
Description: Binary data
_______________________________________________ Snap mailing list [email protected] http://mailman-mail5.webfaction.com/listinfo/snap
