Skip to content

Commit

Permalink
docs: fix typo + missing end tag
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Jun 23, 2020
1 parent 28e5182 commit c1f5710
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -574,8 +574,8 @@ public Builder setCallCredentialsProvider(CallCredentialsProvider callCredential
* <ul>
* <li>gzip: Enable gzip compression
* <li>identity: Disable compression
* <li><code>null</code>: Use default comporession
* <ul>
* <li><code>null</code>: Use default compression
* </ul>
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1704")
public Builder setCompressorName(@Nullable String compressorName) {
Expand Down

0 comments on commit c1f5710

Please sign in to comment.