Fix typo in AccessManaged.sol (#4890)

pull/4883/head^2
Ikko Ashimine 12 months ago committed by GitHub
parent 8b12f83a70
commit 72c0da9ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      contracts/access/manager/AccessManaged.sol

@ -46,7 +46,7 @@ abstract contract AccessManaged is Context, IAccessManaged {
* ==== * ====
* Avoid adding this modifier to the https://docs.soliditylang.org/en/v0.8.20/contracts.html#receive-ether-function[`receive()`] * Avoid adding this modifier to the https://docs.soliditylang.org/en/v0.8.20/contracts.html#receive-ether-function[`receive()`]
* function or the https://docs.soliditylang.org/en/v0.8.20/contracts.html#fallback-function[`fallback()`]. These * function or the https://docs.soliditylang.org/en/v0.8.20/contracts.html#fallback-function[`fallback()`]. These
* functions are the only execution paths where a function selector cannot be unambiguosly determined from the calldata * functions are the only execution paths where a function selector cannot be unambiguously determined from the calldata
* since the selector defaults to `0x00000000` in the `receive()` function and similarly in the `fallback()` function * since the selector defaults to `0x00000000` in the `receive()` function and similarly in the `fallback()` function
* if no calldata is provided. (See {_checkCanCall}). * if no calldata is provided. (See {_checkCanCall}).
* *

Loading…
Cancel
Save