Skip to content

Commit

Permalink
Fix typo (#6178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mg6maciej authored Jul 10, 2020
1 parent 4bfa33e commit 7c9cfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/main/kotlin/okhttp3/MediaType.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class MediaType private constructor(
*/
@get:JvmName("subtype") val subtype: String,

/** Alternating parameter names with their values, like `["charset', "utf-8"]`. */
/** Alternating parameter names with their values, like `["charset", "utf-8"]`. */
private val parameterNamesAndValues: Array<String>
) {

Expand Down

0 comments on commit 7c9cfd6

Please sign in to comment.