Skip to content

Commit f506b5a

Browse files
committed
Capitalize some default entries for consistency.
1 parent 78f697f commit f506b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/src/reference/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,21 +933,21 @@ See [opt-level](profiles.md#opt-level).
933933

934934
#### `profile.<name>.panic`
935935
* Type: string
936-
* default: See profile docs.
936+
* Default: See profile docs.
937937
* Environment: `CARGO_PROFILE_<name>_PANIC`
938938

939939
See [panic](profiles.md#panic).
940940

941941
#### `profile.<name>.rpath`
942942
* Type: boolean
943-
* default: See profile docs.
943+
* Default: See profile docs.
944944
* Environment: `CARGO_PROFILE_<name>_RPATH`
945945

946946
See [rpath](profiles.md#rpath).
947947

948948
#### `profile.<name>.strip`
949949
* Type: string
950-
* default: See profile docs.
950+
* Default: See profile docs.
951951
* Environment: `CARGO_PROFILE_<name>_STRIP`
952952

953953
See [strip](profiles.md#strip).

0 commit comments

Comments
 (0)