Skip to content

Commit

Permalink
Merge pull request #201 from challet/patch-1
Browse files Browse the repository at this point in the history
docs: ITablelandController instead of ITablelandTables
  • Loading branch information
dtbuchholz authored Jul 15, 2024
2 parents 5d6c181 + 1ee0607 commit cecaa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smart-contracts/controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- access control
---

By default, the _owner_ of a table is the only one that can modify data. However, Tableland gives you a suite of options for programming ownership in useful ways. The most feature rich way to use a _controller_; a smart contract that implements the `ITablelandTables` interface, enabling onchain rules that govern offchain table mutations.
By default, the _owner_ of a table is the only one that can modify data. However, Tableland gives you a suite of options for programming ownership in useful ways. The most feature rich way to use a _controller_; a smart contract that implements the `ITablelandController` interface, enabling onchain rules that govern offchain table mutations.

## Access control with controllers

Expand Down

0 comments on commit cecaa6d

Please sign in to comment.