Skip to content

Commit 5fcd934

Browse files
Correct "table" to "view" in 00250-zen-of-spacetimedb.md (#4434)
# Description of Changes Corrected the wording from `a table` to `a view` where the documentation links to the "Views" feature page. --------- Signed-off-by: Knut Egil V. Nygård <86576502+knut-egil@users.noreply.github.com> Signed-off-by: joshua-spacetime <josh@clockworklabs.io> Co-authored-by: joshua-spacetime <josh@clockworklabs.io>
1 parent bce97d4 commit 5fcd934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/00100-intro/00100-getting-started/00250-zen-of-spacetimedb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Your entire application state lives in tables. Users, messages, game entities, s
1111

1212
This simplifies your mental model dramatically and it makes the impossible possible. SpacetimeDB can hot-swap server code without disconnecting clients!
1313

14-
When you need to store something, you define a table. When you need to query something, you query a table. When you need to update something, you update a table. When you want to restrict who can read data, you create [a table](../../00200-core-concepts/00200-functions/00500-views.md).
14+
When you need to store something, you define a table. When you need to query something, you query a table. When you need to update something, you update a table. When you want to restrict who can read data, you create [a view](../../00200-core-concepts/00200-functions/00500-views.md) over a table.
1515

1616
```
1717
Traditional stack: SpacetimeDB:

0 commit comments

Comments
 (0)