瀏覽代碼

minor RBAC.sol documentation fix (#1060)

Doug Crescenzi 7 年之前
父節點
當前提交
90b3050ad7
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      contracts/ownership/rbac/RBAC.sol

+ 0 - 2
contracts/ownership/rbac/RBAC.sol

@@ -11,8 +11,6 @@ import "./Roles.sol";
  * 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,
- * to avoid typos.
  */
 contract RBAC {
   using Roles for Roles.Role;