fix comment
This commit is contained in:
parent
f30d545256
commit
3d188d8db9
1 changed files with 1 additions and 1 deletions
2
Annex.hs
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue