RelNotes 2.20: clarify sentence

I had to read this sentence a few times to understand it. Let's try to clarify it. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Martin Ågren committed Dec 3, 2018 at 21:21 UTC 7a49e44465cc0d878af04a585d07a97783b76000
1 file changed +1 -1
Documentation/RelNotes/2.20.0.txt
+1 -1
@@ -305,7 +305,7 @@ Performance, Internal Implementation, Development Support etc.
305
306 * The overly large Documentation/config.txt file have been split into
307 million little pieces. This potentially allows each individual piece
308 - included into the manual page of the command it affects more easily.
308 + to be included into the manual page of the command it affects more easily.
309
310 * Replace three string-list instances used as look-up tables in "git
311 fetch" with hashmaps.