Skip to content

Commit

Permalink
Merge pull request #120 from jannotti/unit-typo
Browse files Browse the repository at this point in the history
unit -> uint typo fix
  • Loading branch information
lemire authored Apr 10, 2023
2 parents a97a570 + 23f6da0 commit d53c44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The memory usage of a bitset using N bits is at least N/8 bytes. The number of b

Go 1.9 introduced a native `math/bits` library. We provide backward compatibility to Go 1.7, which might be removed.

It is possible that a later version will match the `math/bits` return signature for counts (which is `int`, rather than our library's `unit64`). If so, the version will be bumped.
It is possible that a later version will match the `math/bits` return signature for counts (which is `int`, rather than our library's `uint64`). If so, the version will be bumped.

## Installation

Expand Down

0 comments on commit d53c44e

Please sign in to comment.