Skip to content

Commit 15a0645

Browse files
committed
fixed docs
1 parent 473a203 commit 15a0645

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/groovy/com/github/hauner/openapi/spring/converter/SingleDataTypeWrapper.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ class SingleDataTypeWrapper {
4242
}
4343

4444
/**
45-
* wraps a (converted) on-array data type with the configured single data type like
46-
* {@code Mono<>} ec.
45+
* wraps a (converted) non-array data type with the configured single data type like
46+
* {@code Mono<>} etc.
4747
*
48-
* If the configuration for the result type is 'plain' or not defined the source data type
48+
* If the configuration for the single type is 'plain' or not defined the source data type
4949
* is not wrapped.
5050
*
5151
* @param dataType the data type to wrap

0 commit comments

Comments
 (0)