Skip to content

Commit 1055067

Browse files
fix
1 parent e362c6b commit 1055067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/patterns/fixed-length-patterns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ More general predicates can be expressed with a `WHERE` clause.
5858
The following matches nodes whose name property starts with `Preston`:
5959

6060
// tag::patterns_fixed_length_patterns_node_pattern[]
61-
[source, role=noheader]
61+
[source, cypher]
6262
----
6363
MATCH (n:Station WHERE n.name STARTS WITH 'Preston')
6464
RETURN n

0 commit comments

Comments
 (0)