Skip to content

Commit be2dbe6

Browse files
committed
GH-2172 - Fix section render bug in documentation.
1 parent e87dbce commit be2dbe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ interface BaseClassRepository extends Neo4jRepository<Inheritance.BaseClass, Lon
131131
}
132132
----
133133
<.> The `literal` extension will be replaced with the literal value of the evaluated parameter.
134-
Here it has been used to match dynamically on a Label.
134+
135+
Here, the `literal` value has been used to match dynamically on a Label.
135136
If you pass in `SomeLabel` as a parameter to the method, `MATCH (n:``SomeLabel``) RETURN n`
136137
will be generated. Ticks have been added to correctly escape values. SDN won't do this
137138
for you as this is probably not what you want in all cases.

0 commit comments

Comments
 (0)