Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 664a84d

Browse files
authoredMay 22, 2024
Merge pull request #4152 from Goooler/fix-value-name-in-doc
Fix value name in kotlinx.serialization Converter doc
2 parents 15b162e + 71bcbfc commit 664a84d

File tree

1 file changed

+1
-1
lines changed
  • retrofit-converters/kotlinx-serialization

1 file changed

+1
-1
lines changed
 

‎retrofit-converters/kotlinx-serialization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ create a `Converter.Factory`. You will need to supply a `MediaType` for use as t
77
`Content-Type` header for request bodies.
88

99
```kotlin
10-
val api = Retrofit.Builder()
10+
val retrofit = Retrofit.Builder()
1111
.baseUrl("https://example.com/")
1212
.addConverterFactory(
1313
Json.asConverterFactory(

0 commit comments

Comments
 (0)
Please sign in to comment.