Skip to content

Commit

Permalink
docs: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Sep 1, 2023
1 parent 01941b8 commit c287c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/test/core/dao/dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ describe('DAO', function () {
caller
).deploy();

// Grant the permission to validate signatures to the caller conditionally (granting it unconditionally is not possible in combination with `_who: ANY_ADDR`)
// Grant the permission to validate signatures to the ANY caller conditionally (granting it unconditionally is not possible in combination with `_who: ANY_ADDR`)
await dao.grantWithCondition(
dao.address,
ANY_ADDR,
Expand Down

0 comments on commit c287c05

Please sign in to comment.