Skip to content

Commit b7fa4bc

Browse files
authored
Merge pull request stephencelis#932 from borulday/patch-1
Add missing parenthesis
2 parents 5be9fa9 + 2509ee3 commit b7fa4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
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)