Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 56e6a19

Browse files
committed
fix
1 parent a78144d commit 56e6a19

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/io/openapiprocessor/core/model/datatypes

1 file changed

+1
-1
lines changed

src/main/kotlin/io/openapiprocessor/core/model/datatypes/DataType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface DataType {
3131
}
3232

3333
/**
34-
* The "package" of this type without [typeName].
34+
* The "package" of this type without [getTypeName].
3535
*/
3636
fun getPackageName(): String
3737

0 commit comments

Comments
 (0)