Skip to content

Commit

Permalink
chore(docs): fix maxium typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Sep 30, 2024
1 parent 5207123 commit c6258a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 19
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-71e58a77027c67e003fdd1b1ac8ac11557d8bfabc7666d1a827c6b1ca8ab98b5.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-8ad878332083dd506a478a293db78dc9e7b1b2124f2682e1d991225bc5bbcc3b.yml
4 changes: 2 additions & 2 deletions openai-java-core/src/main/kotlin/com/openai/models/Batch.kt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private constructor(
/**
* Set of 16 key-value pairs that can be attached to an object. This can be useful for storing
* additional information about the object in a structured format. Keys can be a maximum of 64
* characters long and values can be a maxium of 512 characters long.
* characters long and values can be a maximum of 512 characters long.
*/
@JsonProperty("metadata") @ExcludeMissing fun _metadata() = metadata

Expand Down Expand Up @@ -476,7 +476,7 @@ private constructor(
/**
* Set of 16 key-value pairs that can be attached to an object. This can be useful for
* storing additional information about the object in a structured format. Keys can be a
* maximum of 64 characters long and values can be a maxium of 512 characters long.
* maximum of 64 characters long and values can be a maximum of 512 characters long.
*/
@JsonProperty("metadata")
@ExcludeMissing
Expand Down

0 comments on commit c6258a2

Please sign in to comment.