Skip to content

Commit 768b9d6

Browse files
amhkgitster
authored andcommitted
docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'
Remove erroneous space between % and < in '% <(<N>)'. Signed-off-by: Mårten Kongstad <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 27dea46 commit 768b9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/pretty-formats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ endif::git-rev-list[]
191191
- '%>>(<N>)', '%>>|(<N>)': similar to '%>(<N>)', '%>|(<N>)'
192192
respectively, except that if the next placeholder takes more spaces
193193
than given and there are spaces on its left, use those spaces
194-
- '%><(<N>)', '%><|(<N>)': similar to '% <(<N>)', '%<|(<N>)'
194+
- '%><(<N>)', '%><|(<N>)': similar to '%<(<N>)', '%<|(<N>)'
195195
respectively, but padding both sides (i.e. the text is centered)
196196

197197
NOTE: Some placeholders may depend on other options given to the

0 commit comments

Comments
 (0)