doc: tablename -> table (#10359)

pull/10394/head
Khalyomede 2021-06-07 23:48:42 +02:00 committed by GitHub
parent 7c2265e00a
commit d2bc9ee7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
### Structs
- `[tablename: 'name']` sets a custom table name
- `[table: 'name']` sets a custom table name
### Fields
@ -82,4 +82,4 @@ result := sql db {
result := sql db {
select from Foo where id > 1 order by id
}
```
```