Skip to content

Commit 0be3f6f

Browse files
committed
Fix doc typo.
1 parent 44df9fb commit 0be3f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ You can prevent this in several ways:
7474

7575
- Assign the second `Statement` instance to a different variable than the first.
7676

77-
- Perform the each SQL command within its own `do { }` block, so that the first `Statement` is deinitialized and deallocated before starting the second SQL command.
77+
- Perform each SQL command within its own `do { }` block, so that the first `Statement` is deinitialized and deallocated before starting the second SQL command.
7878

0 commit comments

Comments
 (0)