Skip to content

Commit e63d774

Browse files
stepnemgitster
authored andcommitted
config.txt: fix a typo (backslash != backquote)
Signed-off-by: Štěpán Němec <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 041bc65 commit e63d774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The variable names are case-insensitive, allow only alphanumeric characters
6363
and `-`, and must start with an alphabetic character.
6464

6565
A line that defines a value can be continued to the next line by
66-
ending it with a `\`; the backquote and the end-of-line are
66+
ending it with a `\`; the backslash and the end-of-line are
6767
stripped. Leading whitespaces after 'name =', the remainder of the
6868
line after the first comment character '#' or ';', and trailing
6969
whitespaces of the line are discarded unless they are enclosed in

0 commit comments

Comments
 (0)