Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amirlivneh committed Apr 1, 2019
1 parent f8eabc1 commit c567fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/main/java/okhttp3/Headers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class Headers private constructor(
}

/**
* Returns true if `other` is a `Headers` object with the same heades, with the same casing, in
* Returns true if `other` is a `Headers` object with the same headers, with the same casing, in
* the same order. Note that two headers instances may be *semantically* equal but not equal
* according to this method. In particular, none of the following sets of headers are equal
* according to this method:
Expand Down

0 comments on commit c567fa5

Please sign in to comment.