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 c5b466b commit 6cc6700Copy full SHA for 6cc6700
ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt
@@ -232,7 +232,7 @@ public interface Entity<E : Entity<E>> : Serializable {
232
public companion object {
233
234
/**
235
- * Create an entity object. This functions is used by Ktorm internal.
+ * Create an entity object. This function is used by Ktorm internal.
236
*/
237
internal fun create(
238
entityClass: KClass<*>,
0 commit comments