We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473a203 commit 15a0645Copy full SHA for 15a0645
1 file changed
src/main/groovy/com/github/hauner/openapi/spring/converter/SingleDataTypeWrapper.groovy
@@ -42,10 +42,10 @@ class SingleDataTypeWrapper {
42
}
43
44
/**
45
- * wraps a (converted) on-array data type with the configured single data type like
46
- * {@code Mono<>} ec.
+ * wraps a (converted) non-array data type with the configured single data type like
+ * {@code Mono<>} etc.
47
*
48
- * If the configuration for the result type is 'plain' or not defined the source data type
+ * If the configuration for the single type is 'plain' or not defined the source data type
49
* is not wrapped.
50
51
* @param dataType the data type to wrap
0 commit comments