brettwooldridge / SparseBitSet

An efficient sparse bit set implementation for Java
Apache License 2.0
262 stars 33 forks source link

Minor typo in javadocs #17

Open asdf913 opened 4 years ago

asdf913 commented 4 years ago

https://github.com/brettwooldridge/SparseBitSet/blob/cc7b16f6328df8ce5c8ef74c92e8c72b193de2fa/src/main/java/com/zaxxer/sparsebits/SparseBitSet.java#L1293

image

Is it should be "j index after the last bit to be set"?