Skip to content

Commit 877276d

Browse files
Jonathan Niedergitster
authored andcommitted
gitdiffcore(7): fix awkward wording
The phrase "diff outputs" sounds awkward to my ear (I think "output" is meant to be used as a substantive noun.) Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 467c019 commit 877276d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/gitdiffcore.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The diff commands `git-diff-index`, `git-diff-files`, and `git-diff-tree`
1616
can be told to manipulate differences they find in
1717
unconventional ways before showing `diff` output. The manipulation
1818
is collectively called "diffcore transformation". This short note
19-
describes what they are and how to use them to produce diff outputs
20-
that are easier to understand than the conventional kind.
19+
describes what they are and how to use them to produce diff output
20+
that is easier to understand than the conventional kind.
2121

2222

2323
The chain of operation

0 commit comments

Comments
 (0)