This is an automated email from the ASF dual-hosted git repository.

dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 303f8a34 Update match.md (#161)
303f8a34 is described below

commit 303f8a3485dc9551f0dc40fab2139b13ada75f95
Author: Tito Osadebey <[email protected]>
AuthorDate: Tue Jul 18 00:29:29 2023 +0100

    Update match.md (#161)
    
    Fixed the typo in the documentation under `MATCH`, the column header is 
defined as 'type' instead of 'title' in the return column list as seen 
[here](https://age.apache.org/age-manual/master/clauses/match.html#directed-edges-and-variable).
---
 docs/clauses/match.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/clauses/match.md b/docs/clauses/match.md
index e5d408ed..9c67a368 100644
--- a/docs/clauses/match.md
+++ b/docs/clauses/match.md
@@ -228,7 +228,7 @@ Query
 SELECT * FROM cypher('graph_name', $$
 MATCH (:Person {name: 'Oliver Stone'})-[r]->(movie)
 RETURN type(r)
-$$) as (type agtype);
+$$) as (title agtype);
 ```
 
 

Reply via email to