Skip to content

Commit 1d4ec37

Browse files
spelling
1 parent d1e5a3e commit 1d4ec37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/call.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ RETURN count(*) AS results
206206
====
207207
208208
`YIELD` can be used to filter for specific results.
209-
This requires knowing the names of the arguments within a procedure's signature, which can either be found in the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/reference/procedures/[Operations Manual -> Procedures] or returned by the `signature` column returned in a `SHOW PROCEDURES` query.
209+
This requires knowing the names of the arguments within a procedure's signature, which can either be found in the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/reference/procedures/[Operations Manual -> Procedures] or in the `signature` column returned by a `SHOW PROCEDURES` query.
210210
211211
.Find the argument names of `db.propertyKeys`
212212
[source, cypher]

0 commit comments

Comments
 (0)