diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index 28c80395494..9ef42f68f4d 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -933,21 +933,21 @@ See [opt-level](profiles.md#opt-level). #### `profile..panic` * Type: string -* default: See profile docs. +* Default: See profile docs. * Environment: `CARGO_PROFILE__PANIC` See [panic](profiles.md#panic). #### `profile..rpath` * Type: boolean -* default: See profile docs. +* Default: See profile docs. * Environment: `CARGO_PROFILE__RPATH` See [rpath](profiles.md#rpath). #### `profile..strip` * Type: string -* default: See profile docs. +* Default: See profile docs. * Environment: `CARGO_PROFILE__STRIP` See [strip](profiles.md#strip).