Skip to content

Commit

Permalink
chore(docs): fix code block language (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Dec 21, 2024
1 parent 461c6b4 commit 5241c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ This library is typed for convenient access to the documented API. If you need t

To make requests using undocumented parameters, you can provide or override parameters on the params object while building it.

```kotlin
```java
FooCreateParams address = FooCreateParams.builder()
.id("my_id")
.putAdditionalProperty("secret_prop", JsonValue.from("hello"))
Expand Down

0 comments on commit 5241c81

Please sign in to comment.