Skip to content

Commit 6cc6700

Browse files
update comment syntax
1 parent c5b466b commit 6cc6700

File tree

1 file changed

+1
-1
lines changed
  • ktorm-core/src/main/kotlin/org/ktorm/entity

1 file changed

+1
-1
lines changed

ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public interface Entity<E : Entity<E>> : Serializable {
232232
public companion object {
233233

234234
/**
235-
* Create an entity object. This functions is used by Ktorm internal.
235+
* Create an entity object. This function is used by Ktorm internal.
236236
*/
237237
internal fun create(
238238
entityClass: KClass<*>,

0 commit comments

Comments
 (0)