Skip to content

Commit 097f932

Browse files
mistake, maybe
1 parent a532b28 commit 097f932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/use.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This example uses a composite database named `myComposite` that includes an alia
117117
.Query
118118
[source, cypher]
119119
----
120-
USE graph.byName(myComposite.myConstituent)
120+
USE graph.byName('myComposite.myConstituent')
121121
MATCH (n) RETURN n
122122
----
123123

0 commit comments

Comments
 (0)