Skip to content

Commit 3b77b69

Browse files
query fix
1 parent 81e7f84 commit 3b77b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/values-and-types/vector.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following query constructs a three-dimensional vector with `INTEGER` values.
7070
[source, cypher]
7171
----
7272
WITH vector([1, 2, 3], 3, INTEGER) AS vector
73-
RETURN vector, valueType(vector) AS vectorType
73+
RETURN vector
7474
----
7575

7676
.Result

0 commit comments

Comments
 (0)