mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 20:01:44 +02:00
Fix whitespace and typos (#1481)
* Remove EOL whitespace in files other than docs * Break paragraphs into lines See http://rhodesmill.org/brandon/2012/one-sentence-per-line/ for the rationale * Fix various typos * Remove EOL whitespace in docs/commands/*.md
This commit is contained in:
@ -7,15 +7,15 @@ This command increments the value of variable by one.
|
||||
```shell
|
||||
> open rustfmt.toml
|
||||
━━━━━━━━━
|
||||
edition
|
||||
edition
|
||||
─────────
|
||||
2018
|
||||
2018
|
||||
━━━━━━━━━
|
||||
> open rustfmt.toml | inc edition
|
||||
━━━━━━━━━
|
||||
edition
|
||||
edition
|
||||
─────────
|
||||
2019
|
||||
2019
|
||||
━━━━━━━━━
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user