Skip to content

Commit bab3726

Browse files
committed
DATAJPA-876 - Typo fix.
1 parent 7adae32 commit bab3726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/jpa.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ DROP procedure IF EXISTS plus1inout
460460
/;
461461
CREATE procedure plus1inout (IN arg int, OUT res int)
462462
BEGIN ATOMIC
463-
set res = arg ` 1;
463+
set res = arg + 1;
464464
END
465465
/;
466466
----

0 commit comments

Comments
 (0)