Skip to content

Commit 0a03a29

Browse files
fix typo
1 parent 46c5f9e commit 0a03a29

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ import kotlin.reflect.jvm.jvmErasure
128128
* refer to their documentation for more details.
129129
*
130130
* 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
131+
* module provides an extension for Jackson, the famous JSON framework in Java world. It supports serializing entity
132132
* objects into JSON format and parsing JSONs as entity objects. More details can be found in its documentation.
133133
*/
134134
public interface Entity<E : Entity<E>> : Serializable {

0 commit comments

Comments
 (0)