OpenZeppelin / openzeppelin-contracts-upgradeable

Upgradeable variant of OpenZeppelin Contracts, meant for use in upgradeable contracts.
https://openzeppelin.com/contracts
MIT License
1k stars 436 forks source link

change IERC4626 to IERC4626Upgradeable in the docs #173

Closed lirona closed 2 years ago

lirona commented 2 years ago

change to the relevant interface in the docstrings

frangio commented 2 years ago

Thank you. See https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/issues/104:

While the code is converted automatically, the documentation comments are kept the same. It would be difficult for us to do that automatically