We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c5f9e commit 0a03a29Copy full SHA for 0a03a29
ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt
@@ -128,7 +128,7 @@ import kotlin.reflect.jvm.jvmErasure
128
* refer to their documentation for more details.
129
*
130
* Besides of JDK serialization, the ktorm-jackson module also supports serializing entities in JSON format. This
131
- * module provides an extension for Jackson, the famous JSON framework in Java word. It supports serializing entity
+ * module provides an extension for Jackson, the famous JSON framework in Java world. It supports serializing entity
132
* objects into JSON format and parsing JSONs as entity objects. More details can be found in its documentation.
133
*/
134
public interface Entity<E : Entity<E>> : Serializable {
0 commit comments