Skip to content

Commit 8e0ab6f

Browse files
committed
add missing space
1 parent 12b4679 commit 8e0ab6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ m|PERFORMANCE
4141
m|03N90
4242
|Status description
4343
a|info: cartesian product.
44-
The disconnected patterns `{ $pat }`build a cartesian product.
44+
The disconnected patterns `{ $pat }` build a cartesian product.
4545
A cartesian product may produce a large amount of data and slow down query processing.
4646
|Classification
4747
m|PERFORMANCE
@@ -132,7 +132,7 @@ m|PERFORMANCE
132132
|GQLSTATUS code
133133
m|03N91
134134
|Status description
135-
a|info: unbounded variable length pattern. The provided pattern `{ $pat }`is unbounded.
135+
a|info: unbounded variable length pattern. The provided pattern `{ $pat }` is unbounded.
136136
Shortest path with an unbounded pattern may result in long execution times.
137137
Use an upper limit (e.g. `[*..5]`) on the number of node hops in your pattern.
138138
|Classification

0 commit comments

Comments
 (0)