Skip to content

Commit f9e37ec

Browse files
committed
Correct spelling of "HLL" in Javadoc
1 parent 72c7a24 commit f9e37ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/datasketches/hll/TgtHllType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public enum TgtHllType {
6060
*/
6161
HLL_6,
6262
/**
63-
* An Hll Sketch with a bin size of 8 bits
63+
* An HLL Sketch with a bin size of 8 bits
6464
*/
6565
HLL_8;
6666

0 commit comments

Comments
 (0)