Skip to content

Commit 4194f40

Browse files
Fix typo
1 parent 58ecc51 commit 4194f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ SELECT pgv_get('pack', 'var_text', NULL::text);
304304
before transaction block
305305
```
306306

307-
If you create a transactional variable after `BEGIN` or `SAVEPOINT` statements and than rollback
308-
to previous state - variable will not be exist:
307+
If you create a transactional variable after `BEGIN` or `SAVEPOINT` statements
308+
and then rollback to previous state - variable will not be exist:
309309

310310
```sql
311311
BEGIN;

0 commit comments

Comments
 (0)