Skip to content

Commit 03b0898

Browse files
committed
GH-2172 - Fix section render bug in documentation.
Closes GH-2172
1 parent 872a536 commit 03b0898

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/asciidoc/appendix/custom-queries.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ interface BaseClassRepository extends Neo4jRepository<Inheritance.BaseClass, Lon
303303
}
304304
----
305305
<.> The `literal` extension will be replaced with the literal value of the evaluated parameter.
306-
Here it has been used to match dynamically on a Label.
306+
307+
Here, the `literal` value has been used to match dynamically on a Label.
307308
If you pass in `SomeLabel` as a parameter to the method, `MATCH (n:``SomeLabel``) RETURN n`
308309
will be generated. Ticks have been added to correctly escape values. SDN won't do this
309310
for you as this is probably not what you want in all cases.

0 commit comments

Comments
 (0)