diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-20 16:03:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-20 16:03:09 -0400 |
commit | 3d188d8db95d2a7e92e9adc4d672fa119ac6ebc8 (patch) | |
tree | e095fa15183cb671c93363956f00e2fab4450569 | |
parent | f30d545256a56c9c39f2893aff2f75aad9dba924 (diff) |
fix comment
-rw-r--r-- | Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |