docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'
authorMårten Kongstad <marten.kongstad@gmail.com>
Tue, 27 Feb 2018 20:17:44 +0000 (21:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 22:13:55 +0000 (14:13 -0800)
Remove erroneous space between % and < in '% <(<N>)'.

Signed-off-by: Mårten Kongstad <marten.kongstad@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/pretty-formats.txt
index 69c289dd0cdb2b344b7051d25c4889b824e21f9c..00f86664b04577eae8b872467f1d237d4c402cae 100644 (file)
@@ -191,7 +191,7 @@ endif::git-rev-list[]
 - '%>>(<N>)', '%>>|(<N>)': similar to '%>(<N>)', '%>|(<N>)'
   respectively, except that if the next placeholder takes more spaces
   than given and there are spaces on its left, use those spaces
-- '%><(<N>)', '%><|(<N>)': similar to '% <(<N>)', '%<|(<N>)'
+- '%><(<N>)', '%><|(<N>)': similar to '%<(<N>)', '%<|(<N>)'
   respectively, but padding both sides (i.e. the text is centered)
 
 NOTE: Some placeholders may depend on other options given to the