From 0722ea4f9dfbde9470c8db0cf0b34abeb102cf56 Mon Sep 17 00:00:00 2001 From: syeeuns Date: Tue, 1 Aug 2023 23:37:45 +0900 Subject: [PATCH] Fix typo in 'locking-follow-on-examples.sql' --- .../chapters/locking/extras/locking-follow-on-example.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/locking/extras/locking-follow-on-example.sql b/documentation/src/main/asciidoc/userguide/chapters/locking/extras/locking-follow-on-example.sql index 68967b66788d..047697d49bc2 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/locking/extras/locking-follow-on-example.sql +++ b/documentation/src/main/asciidoc/userguide/chapters/locking/extras/locking-follow-on-example.sql @@ -7,4 +7,4 @@ WHERE id = 1 FOR UPDATE SELECT id FROM Person -WHERE id = 1 FOR UPDATE \ No newline at end of file +WHERE id = 2 FOR UPDATE \ No newline at end of file