From e25a388d545f3a010729d1c9cbab8cda80532308 Mon Sep 17 00:00:00 2001 From: leohhhn Date: Wed, 12 Feb 2025 17:35:49 +0100 Subject: [PATCH] fix cmt --- examples/gno.land/r/gnoland/users/v1/admin.gno | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gno.land/r/gnoland/users/v1/admin.gno b/examples/gno.land/r/gnoland/users/v1/admin.gno index 10d051bfc50..cd4d73eaa31 100644 --- a/examples/gno.land/r/gnoland/users/v1/admin.gno +++ b/examples/gno.land/r/gnoland/users/v1/admin.gno @@ -44,7 +44,7 @@ func ProposeNewName(addr std.Address, newName string) dao.Executor { return bridge.GovDAO().NewGovDAOExecutor(cb) } -// ProposeDeleteUser allows GovDAO to propose propose deletion of a user +// ProposeDeleteUser allows GovDAO to propose deletion of a user // This will make the associated address and names unresolvable. // WARN: After deletion, the same address WILL NOT be able to register a new name. func ProposeDeleteUser(addr std.Address) dao.Executor {