Skip to content

Commit f22fdf3

Browse files
newrengitster
authored andcommitted
documentation: remove unnecessary hyphens
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0a4f051 commit f22fdf3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/ReviewingGuidelines.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Terminology
126126
-----------
127127
nit: ::
128128
Denotes a small issue that should be fixed, such as a typographical error
129-
or mis-alignment of conditions in an `if()` statement.
129+
or misalignment of conditions in an `if()` statement.
130130

131131
aside: ::
132132
optional: ::

Documentation/git-check-attr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OPTIONS
2929

3030
--stdin::
3131
Read pathnames from the standard input, one per line,
32-
instead of from the command-line.
32+
instead of from the command line.
3333

3434
-z::
3535
The output format is modified to be machine-parsable.

Documentation/git-merge-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ When the history involves criss-cross merges, there can be more than one
130130
---2---o---o---B
131131
....
132132

133-
both '1' and '2' are merge-bases of A and B. Neither one is better than
133+
both '1' and '2' are merge bases of A and B. Neither one is better than
134134
the other (both are 'best' merge bases). When the `--all` option is not given,
135135
it is unspecified which best one is output.
136136

0 commit comments

Comments
 (0)