Skip to content

Commit 948e8ac

Browse files
committed
Merge branch 'km/config-doc-typofix'
Docfix. * km/config-doc-typofix: config.txt: add missing period
2 parents cc930b7 + cfd409e commit 948e8ac

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
@@ -46,7 +46,7 @@ Subsection names are case sensitive and can contain any characters except
4646
newline and the null byte. Doublequote `"` and backslash can be included
4747
by escaping them as `\"` and `\\`, respectively. Backslashes preceding
4848
other characters are dropped when reading; for example, `\t` is read as
49-
`t` and `\0` is read as `0` Section headers cannot span multiple lines.
49+
`t` and `\0` is read as `0`. Section headers cannot span multiple lines.
5050
Variables may belong directly to a section or to a given subsection. You
5151
can have `[section]` if you have `[section "subsection"]`, but you don't
5252
need to.

0 commit comments

Comments
 (0)