Skip to content

Commit c4ea158

Browse files
Fix formatting in Configurations.md
fixes rust-lang#3230
1 parent 3ccc1f8 commit c4ea158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configurations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ fn lorem<Ipsum, Dolor, Sit, Amet>() -> T
275275

276276
Whether to use different formatting for items and expressions if they satisfy a heuristic notion of 'small'.
277277

278-
- **Default value**: `Default`
279-
- **Possible values**: `Default`, `Off`, `Max`
278+
- **Default value**: `"Default"`
279+
- **Possible values**: `"Default"`, `"Off"`, `"Max"`
280280
- **Stable**: Yes
281281

282282
#### `Default` (default):

0 commit comments

Comments
 (0)