Skip to content

Commit

Permalink
fix: typo on DEFINE TABLE (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno authored Aug 13, 2024
1 parent 82b0a21 commit 8d35b5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ DEFINE TABLE IF NOT EXISTS reading

<Since v="v2.0.0" />

The `OVERWRITE` clause can be used to define a tabke and overwrite an existing one if it already exists.
The `OVERWRITE` clause can be used to define a table and overwrite an existing one if it already exists.

```surql
-- Create an TABLE and overwrite if it already exists
Expand Down

0 comments on commit 8d35b5f

Please sign in to comment.