Skip to content

Commit a0645b8

Browse files
lint
1 parent c12c50e commit a0645b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/logging/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Drivers MUST support configuring where log messages should be output, including
9595
> - If the value is "stdout" (case-insensitive), log to stdout.
9696
> - If the value is "stderr" (case-insensitive), log to stderr.
9797
> - Else, if direct logging to files is supported, log to a file at the specified path. If the file already exists, it
98-
> MUST be appended to.
98+
> MUST be appended to.
9999
>
100100
> If the variable is not provided or is set to an invalid value (which could be invalid for any reason, e.g. the path
101101
> does not exist or is not writeable), the driver MUST log to stderr and the driver MAY attempt to warn the user about

0 commit comments

Comments
 (0)