diff options
| author | Gabriele Ricciardi <gricciardi-coding@pm.me> | 2025-11-01 22:31:19 +0000 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-11-03 16:11:24 -0700 |
| commit | 2c62e2e874d151d56842fbfd29c3ffaf4e83dba4 (patch) | |
| tree | 3ec0b5e9beebb84fe576bb7c1666fbc0f8357b66 | |
| parent | e5e7ca66a7fc6b8073c30a048e1157b88d427980 (diff) | |
coding-style: fix verb typo
In the Identation section there is a list of instructions in
second-person. The offending line uses third-person singular.
Signed-off-by: Gabriele Ricciardi <gricciardi-coding@pm.me>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251101223027.171874-1-gricciardi-coding@pm.me>
| -rw-r--r-- | Documentation/process/coding-style.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst index d1a8e5465ed9..2969ca378dbb 100644 --- a/Documentation/process/coding-style.rst +++ b/Documentation/process/coding-style.rst @@ -76,7 +76,7 @@ Don't use commas to avoid using braces: if (condition) do_this(), do_that(); -Always uses braces for multiple statements: +Always use braces for multiple statements: .. code-block:: c |
