Skip to content

Commit 72c0da9

Browse files
author
Ikko Eltociear Ashimine
authored
Fix typo in AccessManaged.sol (#4890)
1 parent 8b12f83 commit 72c0da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/access/manager/AccessManaged.sol

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

0 commit comments

Comments
 (0)