Skip to content

Commit e4bdbed

Browse files
committed
Generate doc for update IPermissionsEnumerable forum link
1 parent 65c9dfc commit e4bdbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extension/interface/IPermissionsEnumerable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function getRoleMember(bytes32 role, uint256 index) external view returns (addre
4040

4141

4242

43-
*Returns one of the accounts that have `role`. `index` must be a value between 0 and {getRoleMemberCount}, non-inclusive. Role bearers are not sorted in any particular way, and their ordering may change at any point. WARNING: When using {getRoleMember} and {getRoleMemberCount}, make sure you perform all queries on the same block. See the following https://forum.openzeppelin.com/t/iterating-over-elements-on-enumerableset-in-openzeppelin-contracts/2296[forum post] for more information.*
43+
*Returns one of the accounts that have `role`. `index` must be a value between 0 and {getRoleMemberCount}, non-inclusive. Role bearers are not sorted in any particular way, and their ordering may change at any point. WARNING: When using {getRoleMember} and {getRoleMemberCount}, make sure you perform all queries on the same block. See the following [forum post](https://forum.openzeppelin.com/t/iterating-over-elements-on-enumerableset-in-openzeppelin-contracts/2296) for more information.*
4444

4545
#### Parameters
4646

0 commit comments

Comments
 (0)