Skip to content

Commit af30ce0

Browse files
Victor LeeVictor Lee
Victor Lee
authored and
Victor Lee
committed
DOC-2349 gsql 4.1.o fix WARN
1 parent 908aade commit af30ce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/tutorials/pages/pattern-matching/repeating-a-pattern.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Below are more illustrative examples:
3939
*** Exact bound. There is a chain of exactly 3 edges, where each edge is either E, F>, or <G.
4040
4141
42-
=== Remarks
42+
== Remarks
4343

44-
==== No alias allowed for edge with Kleene star
44+
=== No alias allowed for edge with Kleene star
4545

4646
An edge alias may not be used when a Kleene star is used. The reason is that when there are a variable number of edges, we cannot associate or bind the alias to a specific edge in the pattern.
4747

48-
==== Shortest path semantics
48+
=== Shortest path semantics
4949

5050
When an edge is repeated with a Kleene star, only the shortest matching occurrences are selected. See the example below:
5151

0 commit comments

Comments
 (0)