From db663c782f89ddd19327e7577c9a0405a7f9f4f3 Mon Sep 17 00:00:00 2001 From: n0izn0iz Date: Mon, 17 Jun 2024 19:03:17 +0200 Subject: [PATCH] chore: update docs Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com> --- docs/how-to-guides/creating-dao.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-guides/creating-dao.md b/docs/how-to-guides/creating-dao.md index 458a7302043..499d55af751 100644 --- a/docs/how-to-guides/creating-dao.md +++ b/docs/how-to-guides/creating-dao.md @@ -85,7 +85,7 @@ There is only one implementation currently, `gno.land/p/demo/dao_maker/dao_propo ### Message handlers -Proposals actions are encoded as objects implementing `gno.land/p/demo/dao_maker/dao_interfaces.ExecutableMessage`. +Proposal actions are encoded as objects implementing `ExecutableMessage` found under `gno.land/p/demo/dao_maker/dao_interfaces`. ```go type ExecutableMessage interface { ToJSON() *json.Node