Skip to content

Commit

Permalink
Merge pull request OpenZeppelin#687 from sot528/fix/reference-of-rbac…
Browse files Browse the repository at this point in the history
…-usage

fix reference of RBAC usage.
  • Loading branch information
shrugs authored Jan 23, 2018
2 parents 370e6a8 + 4e77aaa commit 3b499a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ownership/rbac/RBAC.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "./Roles.sol";
* @author Matt Condon (@Shrugs)
* @dev Stores and provides setters and getters for roles and addresses.
* Supports unlimited numbers of roles and addresses.
* See //contracts/examples/RBACExample.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
* 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,
Expand Down

0 comments on commit 3b499a9

Please sign in to comment.