Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
Co-authored-by: Leon Hudak <[email protected]>
  • Loading branch information
n0izn0iz and leohhhn authored Jun 17, 2024
1 parent f4f54a2 commit db663c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/creating-dao.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db663c7

Please sign in to comment.