Update docs pipeline to solidity-docgen@0.6 (#3707)

(cherry picked from commit c52625018b)
This commit is contained in:
Francisco
2022-09-30 12:52:45 -03:00
committed by Francisco Giordano
parent f0de978a9e
commit 50501a751e
24 changed files with 610 additions and 6038 deletions

View File

@ -154,10 +154,10 @@ function get(Bytes32ToBytes32Map storage map, bytes32 key) internal view returns
}
/**
* @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,