Commit 90b3050a by Doug Crescenzi Committed by Francisco Giordano

minor RBAC.sol documentation fix (#1060)

parent c95ea512
...@@ -11,8 +11,6 @@ import "./Roles.sol"; ...@@ -11,8 +11,6 @@ import "./Roles.sol";
* See //contracts/mocks/RBACMock.sol for an example of usage. * See //contracts/mocks/RBACMock.sol for an example of usage.
* This RBAC method uses strings to key roles. It may be beneficial * This RBAC method uses strings to key roles. It may be beneficial
* for you to write your own implementation of this interface using Enums or similar. * for you to write your own implementation of this interface using Enums or similar.
* It's also recommended that you define constants in the contract, like ROLE_ADMIN below,
* to avoid typos.
*/ */
contract RBAC { contract RBAC {
using Roles for Roles.Role; using Roles for Roles.Role;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment