Skip to content

Commit 985a319

Browse files
committed
update doc
1 parent 0e4a8a5 commit 985a319

File tree

1 file changed

+1
-1
lines changed
  • ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation

1 file changed

+1
-1
lines changed

ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Table.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public annotation class Table(
8989
* The super class of the generated table class.
9090
*
9191
* If not specified, the super class will be determined based on the class kind of the entity:
92-
* `org.ktorm.schema.BaseTable` for interfaces, and `org.ktorm.schema.Table` for classes.
92+
* `org.ktorm.schema.Table` for interfaces, and `org.ktorm.schema.BaseTable` for classes.
9393
*/
9494
val superClass: KClass<out BaseTable<out Any>> = Nothing::class
9595
)

0 commit comments

Comments
 (0)