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 db3f5f03 Fix grammar in merge docs (#207)
db3f5f03 is described below

commit db3f5f03fb561ef51acf7a8f7c1b3e8d1968bd7b
Author: ksheroz <[email protected]>
AuthorDate: Tue Sep 26 05:15:02 2023 +0500

    Fix grammar in merge docs (#207)
---
 docs/clauses/merge.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/clauses/merge.md b/docs/clauses/merge.md
index aa273e23..fb4b5c89 100644
--- a/docs/clauses/merge.md
+++ b/docs/clauses/merge.md
@@ -101,7 +101,7 @@ RETURN michael.name, michael.bornIn
 $$) as (Name agtype, BornIn agtype);
 ```
 
-'Michael Douglas' will match the existing vertex and the vertex's name and 
bornIn properties returned.
+'Michael Douglas' will match the existing vertex and the vertex's name and 
BornIn properties are returned.
 
 <table>
   <tr>

Reply via email to