Skip to content

Commit 65c9dfc

Browse files
committed
Fix wrong format forum link on Permissions Enumerable interface
1 parent 33aad3a commit 65c9dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/extension/interface/IPermissionsEnumerable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface IPermissionsEnumerable is IPermissions {
1616
*
1717
* WARNING: When using {getRoleMember} and {getRoleMemberCount}, make sure
1818
* 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]
19+
* [forum post](https://forum.openzeppelin.com/t/iterating-over-elements-on-enumerableset-in-openzeppelin-contracts/2296)
2020
* for more information.
2121
*/
2222
function getRoleMember(bytes32 role, uint256 index) external view returns (address);

0 commit comments

Comments
 (0)