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 085c73bf Removed inconsistency in the sentences. (#144)
085c73bf is described below
commit 085c73bf12fa26f8bc56679deadc291d2a3a9c08
Author: Muhammad Muneeb Ur Rehman
<[email protected]>
AuthorDate: Tue Sep 26 05:25:42 2023 +0500
Removed inconsistency in the sentences. (#144)
---
docs/clauses/merge.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/clauses/merge.md b/docs/clauses/merge.md
index fb4b5c89..40519f04 100644
--- a/docs/clauses/merge.md
+++ b/docs/clauses/merge.md
@@ -37,7 +37,7 @@ RETURN v
$$) as (v agtype);
```
-If there exists a vertex with the label 'Critic' the vertex will be returns.
If the vertex will be created and returned.
+If there exists a vertex with the label 'Critic' the vertex will be returns.
Otherwise, the vertex will be created and returned.
<table>
<tr>
@@ -68,7 +68,7 @@ RETURN charlie
$$) as (v agtype);
```
-If there exists a vertex with the label 'Critic' the vertex will be returns.
If the vertex will be created and returned.
+If there exists a vertex with the label 'Critic' the vertex will be returns.
Otherwise the vertex will be created and returned.
<table>
<tr>
@@ -85,7 +85,7 @@ If there exists a vertex with the label 'Critic' the vertex
will be returns. If
</tr>
</table>
-A new vertex with the name 'Charlie Sheen' will be created if not all
properties exist with a single vertex. If a vertex does exist that will be
returned instead.
+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.
### Merge a Single Vertex Specifying Both Label and Property