Skip to content

Commit 3a579ee

Browse files
committed
Merge pull request #19956 from natrem
* pr/19956: Fix typo Closes gh-19956
2 parents 1fa093b + 930ec51 commit 3a579ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The JSON object contained in the `properties` array can contain the attributes d
153153

154154
| `type`
155155
| String
156-
| The full signature of the data type of the property (for example, `java.lang.String`) but also a full generic type (such as `java.util.Map<java.util.String,acme.MyEnum>`).
156+
| The full signature of the data type of the property (for example, `java.lang.String`) but also a full generic type (such as `java.util.Map<java.lang.String,acme.MyEnum>`).
157157
You can use this attribute to guide the user as to the types of values that they can enter.
158158
For consistency, the type of a primitive is specified by using its wrapper counterpart (for example, `boolean` becomes `java.lang.Boolean`).
159159
Note that this class may be a complex type that gets converted from a `String` as values are bound.

0 commit comments

Comments
 (0)