Skip to content

Commit d535aa9

Browse files
jakipatrykdk1844
andauthored
Apply code review suggestion
Co-authored-by: Daniel K <[email protected]>
1 parent eca13eb commit d535aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/scala/za/co/absa/springdocopenapiscala/OpenAPIModelRegistration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ object OpenAPIModelRegistration {
197197
* - handle custom types that are not supported by the library.
198198
* - overwrite handling of types that are supported by the library (for example to include some custom format)
199199
*
200-
* It takes [[Type]] as an input, and should produce a pair of :
200+
* It takes [[Type]] as an input, and should produce a pair of:
201201
* - [[ChildTypesToBeResolved]] which is a set of types which the ExtraTypesHandler
202202
* needs to be resolved by the library before it can perform its handling
203203
* - [[HandleFn]] which performs the handling;

0 commit comments

Comments
 (0)