summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Backend.hs b/Backend.hs
index f419831d2..636557d7d 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -1,7 +1,7 @@
-{- git-annex key/value storage backends
+{- git-annex key-value storage backends
-
- - git-annex uses a key/value abstraction layer to allow files contents to be
- - stored in different ways. In theory, any key/value storage system could be
+ - git-annex uses a key-value abstraction layer to allow files contents to be
+ - stored in different ways. In theory, any key-value storage system could be
- used to store the file contents, and git-annex would then retrieve them
- as needed and put them in `.git/annex/`.
-