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 fced7cd4 Remove unrelated info and correct grammar (#230)
fced7cd4 is described below

commit fced7cd47fd79756a2074c50a585023f55dcbbe7
Author: ksheroz <[email protected]>
AuthorDate: Tue Nov 21 05:13:53 2023 +0500

    Remove unrelated info and correct grammar (#230)
---
 docs/clauses/merge.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/clauses/merge.md b/docs/clauses/merge.md
index 9047b521..ff5f68b5 100644
--- a/docs/clauses/merge.md
+++ b/docs/clauses/merge.md
@@ -67,8 +67,6 @@ RETURN charlie
 $$) as (v agtype);
 ```
 
-If there exists a vertex with the label 'Critic' the vertex will be returns. 
Otherwise the vertex will be created and returned.
-
 <table>
   <tr>
    <td><strong>v</strong>
@@ -84,7 +82,7 @@ If there exists a vertex with the label 'Critic' the vertex 
will be returns. Oth
   </tr>
 </table>
 
-If a vertex with all the properties exist that will be returned. Otherwise, a 
new vertex with the name 'Charlie Sheen' will be created and returned.
+If a vertex with all the properties exists, it will be returned. Otherwise, a 
new vertex with the name 'Charlie Sheen' will be created and returned.
 
 
 ### Merge a Single Vertex Specifying Both Label and Property

Reply via email to