Fix misspelling in comment (#3613)
This commit is contained in:
@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
|
||||
|
||||
/**
|
||||
* @dev Library for managing uint256 to bool mapping in a compact and efficient way, providing the keys are sequential.
|
||||
* Largelly inspired by Uniswap's https://github.com/Uniswap/merkle-distributor/blob/master/contracts/MerkleDistributor.sol[merkle-distributor].
|
||||
* Largely inspired by Uniswap's https://github.com/Uniswap/merkle-distributor/blob/master/contracts/MerkleDistributor.sol[merkle-distributor].
|
||||
*/
|
||||
library BitMaps {
|
||||
struct BitMap {
|
||||
|
||||
Reference in New Issue
Block a user