Skip to content

Commit 90b3050

Browse files
Doug Crescenzifrangio
authored andcommitted
minor RBAC.sol documentation fix (#1060)
1 parent c95ea51 commit 90b3050

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/ownership/rbac/RBAC.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import "./Roles.sol";
1111
* See //contracts/mocks/RBACMock.sol for an example of usage.
1212
* This RBAC method uses strings to key roles. It may be beneficial
1313
* for you to write your own implementation of this interface using Enums or similar.
14-
* It's also recommended that you define constants in the contract, like ROLE_ADMIN below,
15-
* to avoid typos.
1614
*/
1715
contract RBAC {
1816
using Roles for Roles.Role;

0 commit comments

Comments
 (0)