Update docs pipeline to solidity-docgen@0.6 (#3707)
(cherry picked from commit c52625018b)
This commit is contained in:
committed by
Francisco Giordano
parent
f0de978a9e
commit
50501a751e
@ -145,10 +145,10 @@ library EnumerableMap {
|
||||
}
|
||||
|
||||
/**
|
||||
* @dev Same as {_get}, with a custom error message when `key` is not in the map.
|
||||
* @dev Same as {get}, with a custom error message when `key` is not in the map.
|
||||
*
|
||||
* CAUTION: This function is deprecated because it requires allocating memory for the error
|
||||
* message unnecessarily. For custom revert reasons use {_tryGet}.
|
||||
* message unnecessarily. For custom revert reasons use {tryGet}.
|
||||
*/
|
||||
function get(
|
||||
Bytes32ToBytes32Map storage map,
|
||||
|
||||
Reference in New Issue
Block a user