mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
docs: fix typo in clang-format documentation
The clang-format documentation contains a minor spelling issue where "intended" is used instead of "indented" when describing deeply nested code. This patch corrects the typo to improve the clarity and consistency. Signed-off-by: Addison English <addison.englishw@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20251208065136.9092-1-addison.englishw@gmail.com>
This commit is contained in:
parent
9dbbd32ecd
commit
faa395bcda
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ Reformatting blocks of code
|
|||
|
||||
By using an integration with your text editor, you can reformat arbitrary
|
||||
blocks (selections) of code with a single keystroke. This is specially
|
||||
useful when moving code around, for complex code that is deeply intended,
|
||||
useful when moving code around, for complex code that is deeply indented,
|
||||
for multi-line macros (and aligning their backslashes), etc.
|
||||
|
||||
Remember that you can always tweak the changes afterwards in those cases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue