Skip to content

Commit 9dc39ac

Browse files
fix comment syntax
1 parent c649e14 commit 9dc39ac

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
@@ -45,7 +45,7 @@ import kotlin.reflect.jvm.jvmErasure
4545
* ### Creating Entity Objects
4646
*
4747
* As everyone knows, interfaces cannot be instantiated, so Ktorm provides a [Entity.create] function for us to
48-
* create entity objects. This function generate implementations for entity interfaces via JDK dynamic proxy
48+
* create entity objects. This function will generate implementations for entity interfaces via JDK dynamic proxy
4949
* and create their instances.
5050
*
5151
* In case you don't like creating objects by [Entity.create], Ktorm also provides an abstract factory class

0 commit comments

Comments
 (0)