We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fd975 commit d2547bdCopy full SHA for d2547bd
ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt
@@ -71,7 +71,7 @@ import kotlin.reflect.jvm.jvmErasure
71
* - For [Boolean] type, the default value is `false`.
72
* - For [Char] type, the default value is `\u0000`.
73
* - 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.
+ * - For [String] type, the default value is an empty string.
75
* - For entity types, the default value is a new-created entity object which is empty.
76
* - For enum types, the default value is the first value of the enum, whose ordinal is 0.
77
* - For array types, the default value is a new-created empty array.
0 commit comments