Skip to content

Commit 500f504

Browse files
schaudermp911de
authored andcommitted
Fix typo in documentation example.
Closes #1782
1 parent 21e8d9a commit 500f504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/jdbc/query-methods.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Such a SpEL expression will get replaced with a bind variable and the variable g
178178
.Use a SpEL in a query
179179
[source,java]
180180
----
181-
@Query("SELECT * FROM person WHERE id = :#{person.id}")
181+
@Query("SELECT * FROM person WHERE id = :#{#person.id}")
182182
Person findWithSpEL(PersonRef person);
183183
----
184184

0 commit comments

Comments
 (0)