We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33aad3a commit 65c9dfcCopy full SHA for 65c9dfc
contracts/extension/interface/IPermissionsEnumerable.sol
@@ -16,7 +16,7 @@ interface IPermissionsEnumerable is IPermissions {
16
*
17
* WARNING: When using {getRoleMember} and {getRoleMemberCount}, make sure
18
* you perform all queries on the same block. See the following
19
- * https://forum.openzeppelin.com/t/iterating-over-elements-on-enumerableset-in-openzeppelin-contracts/2296[forum post]
+ * [forum post](https://forum.openzeppelin.com/t/iterating-over-elements-on-enumerableset-in-openzeppelin-contracts/2296)
20
* for more information.
21
*/
22
function getRoleMember(bytes32 role, uint256 index) external view returns (address);
0 commit comments