Skip to content

Commit 5241c81

Browse files
chore(docs): fix code block language (#61)
1 parent 461c6b4 commit 5241c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

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

387-
```kotlin
387+
```java
388388
FooCreateParams address = FooCreateParams.builder()
389389
.id("my_id")
390390
.putAdditionalProperty("secret_prop", JsonValue.from("hello"))

0 commit comments

Comments
 (0)