Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Jan 13, 2025
1 parent d1e5a3e commit 1d4ec37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/clauses/call.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ RETURN count(*) AS results
====
`YIELD` can be used to filter for specific results.
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.
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.
.Find the argument names of `db.propertyKeys`
[source, cypher]
Expand Down

0 comments on commit 1d4ec37

Please sign in to comment.