We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e993d7 commit caa71e5Copy full SHA for caa71e5
1 file changed
HMCLCore/src/main/java/org/jackhuang/hmcl/util/ZlibUtils.java
@@ -36,7 +36,7 @@
36
public final class ZlibUtils {
37
38
/// Whether the JVM's [Deflater] produces output that is byte-for-byte identical
39
- /// to the original uncompressed data for the internal test vector.
+ /// to the expected output of the standard reference zlib for a known test vector.
40
///
41
/// This flag is `true` when the system's zlib behaves like the standard reference
42
/// implementation, and `false` when an alternative library such as zlib-ng is in
0 commit comments