Skip to content

Commit 90c3546

Browse files
chore(docs): fix code block language (#368)
1 parent e6eb7cd commit 90c3546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ This library is typed for convenient access to the documented API. If you need t
338338

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

341-
```kotlin
341+
```java
342342
FooCreateParams address = FooCreateParams.builder()
343343
.id("my_id")
344344
.putAdditionalProperty("secret_prop", JsonValue.from("hello"))

0 commit comments

Comments
 (0)