minor fixes

This commit is contained in:
Ilya Kantor 2021-01-13 19:49:09 +03:00
parent eb3b360dc3
commit 09ec05c1d9
3 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ There are two types of indents:
One advantage of spaces over tabs is that spaces allow more flexible configurations of indents than the tab symbol.
For instance, we can align the arguments with the opening bracket, like this:
For instance, we can align the parameters with the opening bracket, like this:
```js no-beautify
show(parameters,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Before After
Before After