Skip to content

Commit d2547bd

Browse files
fix comment
1 parent 16fd975 commit d2547bd

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
@@ -71,7 +71,7 @@ import kotlin.reflect.jvm.jvmErasure
7171
* - For [Boolean] type, the default value is `false`.
7272
* - For [Char] type, the default value is `\u0000`.
7373
* - For number types (such as [Int], [Long], [Double], etc), the default value is zero.
74-
* - For the [String] type, the default value is the empty string.
74+
* - For [String] type, the default value is an empty string.
7575
* - For entity types, the default value is a new-created entity object which is empty.
7676
* - For enum types, the default value is the first value of the enum, whose ordinal is 0.
7777
* - For array types, the default value is a new-created empty array.

0 commit comments

Comments
 (0)