From b9aee3678d17e1f00a004cb5322438abd8bd19a0 Mon Sep 17 00:00:00 2001 From: Matt Benson Date: Wed, 20 Apr 2016 09:55:13 -0500 Subject: [PATCH] Polish See gh-4953 Closes gh-5745 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 2d7c23c24f..5ab1eff1fb 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -682,7 +682,7 @@ profile, and it would have to be explicitly reset in all other profiles as neces ---- Spring profiles designated using the "spring.profiles" element may optionally be negated -using the {@code !} character. If both negated and non-negated profiles are specified for +using the `!` character. If both negated and non-negated profiles are specified for a single document, at least one non-negated profile must match and no negated profiles may match.