From 3d188d8db95d2a7e92e9adc4d672fa119ac6ebc8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Dec 2011 16:03:09 -0400 Subject: fix comment --- Annex.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex.hs b/Annex.hs index 3021732f0..e5792fbcb 100644 --- a/Annex.hs +++ b/Annex.hs @@ -115,7 +115,7 @@ getState = gets {- Applies a state mutation function to change the internal state. - - - Example: changeState $ \s -> s { quiet = True } + - Example: changeState $ \s -> s { output = QuietOutput } -} changeState :: (AnnexState -> AnnexState) -> Annex () changeState = modify -- cgit v1.2.3