summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-20 16:03:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-20 16:03:09 -0400
commit3d188d8db95d2a7e92e9adc4d672fa119ac6ebc8 (patch)
treee095fa15183cb671c93363956f00e2fab4450569 /Annex.hs
parentf30d545256a56c9c39f2893aff2f75aad9dba924 (diff)
fix comment
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 1 insertions, 1 deletions
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