mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
Everywhere: Remove unnecessary whitespace at the end of some lines.
This commit is contained in:
parent
6749ba3477
commit
1f81bc6879
32 changed files with 76 additions and 76 deletions
|
@ -148,7 +148,7 @@ Commands can be either calls to Shell builtins, or external programs.
|
|||
The commands can be composed into semantic elements, producing composite commands:
|
||||
|
||||
### Sequences
|
||||
A sequence of commands, executed serially independent of each other: `Commanad ; Command ; Command ...`
|
||||
A sequence of commands, executed serially independent of each other: `Commanad ; Command ; Command ...`
|
||||
|
||||
It should be noted that a newline (`\\n`) can be substituted for the semicolon (`;`).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue