We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca13eb commit d535aa9Copy full SHA for d535aa9
library/src/main/scala/za/co/absa/springdocopenapiscala/OpenAPIModelRegistration.scala
@@ -197,7 +197,7 @@ object OpenAPIModelRegistration {
197
* - handle custom types that are not supported by the library.
198
* - overwrite handling of types that are supported by the library (for example to include some custom format)
199
*
200
- * It takes [[Type]] as an input, and should produce a pair of :
+ * It takes [[Type]] as an input, and should produce a pair of:
201
* - [[ChildTypesToBeResolved]] which is a set of types which the ExtraTypesHandler
202
* needs to be resolved by the library before it can perform its handling
203
* - [[HandleFn]] which performs the handling;
0 commit comments