Skip to content

Commit 2d62912

Browse files
committed
Merge branch 'sn/config-doc-typofix' into next
Fix for an old typo. * sn/config-doc-typofix: config.txt: fix a typo (backslash != backquote)
2 parents 3cfe693 + e63d774 commit 2d62912

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
@@ -64,7 +64,7 @@ The variable names are case-insensitive, allow only alphanumeric characters
6464
and `-`, and must start with an alphabetic character.
6565

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

0 commit comments

Comments
 (0)