From b7ad03ee47bdfc5e5446a7f5d6c34d85bf97fb07 Mon Sep 17 00:00:00 2001 From: TuDo1403 Date: Fri, 18 Oct 2024 15:18:49 +0700 Subject: [PATCH] fix(RoninTransparentProxy): fix doc --- src/RoninTransparentProxy.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RoninTransparentProxy.sol b/src/RoninTransparentProxy.sol index 2d6ffc9..a486d84 100644 --- a/src/RoninTransparentProxy.sol +++ b/src/RoninTransparentProxy.sol @@ -189,7 +189,7 @@ contract RoninTransparentProxy is ERC1967Proxy { } /** - * @dev To keep this contract fully transparent, all `ifAdmin` functions must be payable. This helper is here to + * @dev To keep this contract fully transparent, all functions for `admin` must be payable. This helper is here to * emulate some proxy functions being non-payable while still allowing value to pass through. */ function _requireZeroValue() private {