From c287c05b75ac7fc4076838816a07edfe6beb9ac0 Mon Sep 17 00:00:00 2001 From: Michael Heuer Date: Fri, 1 Sep 2023 16:13:17 +0200 Subject: [PATCH] docs: improve comment --- packages/contracts/test/core/dao/dao.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contracts/test/core/dao/dao.ts b/packages/contracts/test/core/dao/dao.ts index 4b6e41742..22709a7fd 100644 --- a/packages/contracts/test/core/dao/dao.ts +++ b/packages/contracts/test/core/dao/dao.ts @@ -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,