Skip to content

Commit

Permalink
Merge branch 'master' into feature/implement_erc721_standard
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo authored Jan 23, 2018
2 parents 4be30dc + 3b499a9 commit e1d32ac
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 e1d32ac

Please sign in to comment.