Skip to content

Commit 29a597c

Browse files
authored
Merge pull request #3412 from mathstuf/doc-typos
Configurations: fix typos and mismatches
2 parents 322275a + 2a35342 commit 29a597c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Configurations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ See also: [`space_after_colon`](#space_after_colon).
16641664
The maximum diff of width between struct fields to be aligned with each other.
16651665

16661666
- **Default value** : 0
1667-
- **Possible values**: any positive integer
1667+
- **Possible values**: any non-negative integer
16681668
- **Stable**: No (tracking issue: #3371)
16691669

16701670
#### `0` (default):
@@ -2177,7 +2177,7 @@ Maximum number of blank lines which can be put between items. If more than this
21772177
lines are found, they are trimmed down to match this integer.
21782178

21792179
- **Default value**: `1`
2180-
- **Possible values**: *unsigned integer*
2180+
- **Possible values**: any non-negative integer
21812181
- **Stable**: No (tracking issue: #3381)
21822182

21832183
### Example
@@ -2327,7 +2327,7 @@ Copyright 2018 The Rust Project Developers.`, etc.:
23272327

23282328
Skip formatting the specified files and directories.
23292329

2330-
- **Default value**: format every files
2330+
- **Default value**: format every file
23312331
- **Possible values**: See an example below
23322332
- **Stable**: No (tracking issue: #3395)
23332333

0 commit comments

Comments
 (0)