From 999f3f1145777e43a3d427110f8e5332dfba75bb Mon Sep 17 00:00:00 2001 From: Adina Wagner Date: Tue, 14 Nov 2023 10:08:26 +0100 Subject: [PATCH] better wording Co-authored-by: Michael Hanke --- docs/basics/101-123-config2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/101-123-config2.rst b/docs/basics/101-123-config2.rst index c24cf872a..fd7a63f7a 100644 --- a/docs/basics/101-123-config2.rst +++ b/docs/basics/101-123-config2.rst @@ -37,7 +37,7 @@ There even is one key word that you recognize: MD5E. If you have read the :ref:`Find-out-more on object trees ` you will recognize it as a reference to the type of key used by git-annex to identify and store file content in the object-tree. -The first row, ``* annex.backend=MD5E``, therefore translates to "Everything should be checksummed with the MD5 hash function". +The first row, ``* annex.backend=MD5E``, therefore translates to "The ``MD5E`` git-annex backend should be used for any file". But what is the rest? We'll start with the last row: .. code-block:: bash