Fix double around Annex`

This commit is contained in:
ybnd@c7eb8e2b23076d68c3e16230e1d7887d8af6c4f1 2020-01-29 16:52:22 +00:00 committed by admin
parent 5d2f7fda71
commit 196599c120

View file

@ -69,6 +69,6 @@ As Haskell programs go, git-annex does not use too many advanced features.
[Learn You A Haskell](http://learnyouahaskell.com/) will teach you enough
to get started.
Of course git-annex does use monads, and particularly the `Annex``monad
Of course git-annex does use monads, and particularly the `Annex` monad
which gives access to its state about the git repository as well as
lower-level IO.