diff mbox series

[2/3] RelNotes 2.20: clarify sentence

Message ID eccb7edd082b55ba1ddd8f0eebb7c2bb9a1f6ada.1543868120.git.martin.agren@gmail.com (mailing list archive)
State New, archived
Headers show
Series Re: [ANNOUNCE] Git v2.20.0-rc2 | expand

Commit Message

Martin Ågren Dec. 3, 2018, 8:21 p.m. UTC
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>
---
 Documentation/RelNotes/2.20.0.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Junio C Hamano Dec. 4, 2018, 2:23 a.m. UTC | #1
Martin Ågren <martin.agren@gmail.com> writes:

> I had to read this sentence a few times to understand it. Let's try to
> clarify it.

Great.  Thanks.

>
> Signed-off-by: Martin Ågren <martin.agren@gmail.com>
> ---
>  Documentation/RelNotes/2.20.0.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/RelNotes/2.20.0.txt b/Documentation/RelNotes/2.20.0.txt
> index e5ab8cc609..201135d80c 100644
> --- a/Documentation/RelNotes/2.20.0.txt
> +++ b/Documentation/RelNotes/2.20.0.txt
> @@ -305,7 +305,7 @@ Performance, Internal Implementation, Development Support etc.
>  
>   * The overly large Documentation/config.txt file have been split into
>     million little pieces.  This potentially allows each individual piece
> -   included into the manual page of the command it affects more easily.
> +   to be included into the manual page of the command it affects more easily.
>  
>   * Replace three string-list instances used as look-up tables in "git
>     fetch" with hashmaps.
diff mbox series

Patch

diff --git a/Documentation/RelNotes/2.20.0.txt b/Documentation/RelNotes/2.20.0.txt
index e5ab8cc609..201135d80c 100644
--- a/Documentation/RelNotes/2.20.0.txt
+++ b/Documentation/RelNotes/2.20.0.txt
@@ -305,7 +305,7 @@  Performance, Internal Implementation, Development Support etc.
 
  * The overly large Documentation/config.txt file have been split into
    million little pieces.  This potentially allows each individual piece
-   included into the manual page of the command it affects more easily.
+   to be included into the manual page of the command it affects more easily.
 
  * Replace three string-list instances used as look-up tables in "git
    fetch" with hashmaps.