fix comment

This commit is contained in:
Looly
2021-10-26 04:37:35 +08:00
parent 5c7906c1b0
commit 93a901d864

View File

@@ -148,9 +148,9 @@ public class HttpResponse extends HttpBase<HttpResponse> implements Closeable {
}
/**
* 是否为zlib(Defalte)压缩过的内容
* 是否为zlib(Deflate)压缩过的内容
*
* @return 是否为zlib(Defalte)压缩过的内容
* @return 是否为zlib(Deflate)压缩过的内容
* @since 4.5.7
*/
public boolean isDeflate() {