Skip to content

Commit

Permalink
Merge pull request #4152 from Goooler/fix-value-name-in-doc
Browse files Browse the repository at this point in the history
Fix value name in kotlinx.serialization Converter doc
  • Loading branch information
JakeWharton authored May 22, 2024
2 parents 15b162e + 71bcbfc commit 664a84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrofit-converters/kotlinx-serialization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ create a `Converter.Factory`. You will need to supply a `MediaType` for use as t
`Content-Type` header for request bodies.

```kotlin
val api = Retrofit.Builder()
val retrofit = Retrofit.Builder()
.baseUrl("https://example.com/")
.addConverterFactory(
Json.asConverterFactory(
Expand Down

0 comments on commit 664a84d

Please sign in to comment.