Skip to content

Commit 2509ee3

Browse files
authored
Add missing parenthesis
1 parent 5be9fa9 commit 2509ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ We can build an `ALTER TABLE … RENAME TO` statement by calling the `rename`
12091209
function on a `Table` or `VirtualTable`.
12101210

12111211
```swift
1212-
try db.run(users.rename(Table("users_old"))
1212+
try db.run(users.rename(Table("users_old")))
12131213
// ALTER TABLE "users" RENAME TO "users_old"
12141214
```
12151215

0 commit comments

Comments
 (0)