Skip to content

Commit 0722ea4

Browse files
syeeunsbeikov
authored andcommitted
Fix typo in 'locking-follow-on-examples.sql'
1 parent e747b3d commit 0722ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/userguide/chapters/locking/extras/locking-follow-on-example.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ WHERE id = 1 FOR UPDATE
77

88
SELECT id
99
FROM Person
10-
WHERE id = 1 FOR UPDATE
10+
WHERE id = 2 FOR UPDATE

0 commit comments

Comments
 (0)