Skip to content

Commit fc00907

Browse files
docs: correct typo in default value description for custom metadata field
1 parent 34289ae commit fc00907

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 42
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-7a42233daaf82345cc6d92cc49d4885126176b014c05ea0618c035869319fe53.yml
3-
openapi_spec_hash: c41b1b6062b7c2ea548b16e0462aa358
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-aa4c8e857ae03b12dabf168c83c62f759e2706d69fa4eb77d11519d45a5dada2.yml
3+
openapi_spec_hash: 6ea00242c4685fb6422328f0dd53f9b1
44
config_hash: e42d7fc3a8c92c35099cc283f9a4467a

image-kit-java-core/src/main/kotlin/com/imagekit/api/models/custommetadatafields/CustomMetadataField.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ private constructor(
346346
fun type(): Type = type.getRequired("type")
347347

348348
/**
349-
* The default value for this custom metadata field. Date type of default value depends on
349+
* The default value for this custom metadata field. Data type of default value depends on
350350
* the field type.
351351
*
352352
* @throws ImageKitInvalidDataException if the JSON field has an unexpected type (e.g. if
@@ -536,7 +536,7 @@ private constructor(
536536
fun type(type: JsonField<Type>) = apply { this.type = type }
537537

538538
/**
539-
* The default value for this custom metadata field. Date type of default value depends
539+
* The default value for this custom metadata field. Data type of default value depends
540540
* on the field type.
541541
*/
542542
fun defaultValue(defaultValue: DefaultValue) = defaultValue(JsonField.of(defaultValue))
@@ -931,7 +931,7 @@ private constructor(
931931
}
932932

933933
/**
934-
* The default value for this custom metadata field. Date type of default value depends on
934+
* The default value for this custom metadata field. Data type of default value depends on
935935
* the field type.
936936
*/
937937
@JsonDeserialize(using = DefaultValue.Deserializer::class)

0 commit comments

Comments
 (0)