1
0
forked from Alepha/Alepha

Minor doc spelling fix.

This commit is contained in:
2024-08-08 21:48:32 -04:00
parent abca951604
commit 2d26e70f6b

View File

@ -118,7 +118,7 @@ we mostly avoid this issue.
7) Brace placement shall be "Allman/BSD"-like. Opening braces shall be on a new line, closing braces on a
new line. Braces shall be indented by the same level as the line of their "control" statement. A braced-block
that is not subordinate to a control statement shall be indented as if it had an "if( true )" control statement
above it. In addition, for such a non subordinate blaock, it is strongly recocmmended to have an introducing
above it. In addition, for such a non subordinate block, it is strongly recocmmended to have an introducing
comment that helps set the block apart. do-while loop shall have the while on its own line, after the closing
brace, where possible. Note that one-line compaction is permitted, as is omitting braces for fully subsumed blocks.