Skip to content

Commit 930ec51

Browse files
natremsnicoll
authored andcommitted
Fix typo
See gh-19956
1 parent 1fa093b commit 930ec51

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)