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 13d08870 Add inline symbols (#208)
13d08870 is described below
commit 13d088703e3f7181aa4bdaab6f4f41ee6563287e
Author: ksheroz <[email protected]>
AuthorDate: Tue Sep 26 05:13:44 2023 +0500
Add inline symbols (#208)
---
docs/clauses/match.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/clauses/match.md b/docs/clauses/match.md
index 9c67a368..83715529 100644
--- a/docs/clauses/match.md
+++ b/docs/clauses/match.md
@@ -111,7 +111,7 @@ Returns all the movies in the database.
### Related Vertices
-The symbol -[]- means related to, without regard to type or direction of the
edge.
+The symbol `-[]-` means related to, without regard to type or direction of the
edge.
Query
@@ -184,7 +184,7 @@ Returns any vertices connected with the Person 'Oliver'
that are labeled Movie.
### Outgoing Edges
-When the direction of an edge is of interest, it is shown by using -> or <-.
+When the direction of an edge is of interest, it is shown by using `->` or
<-.
Query
@@ -340,7 +340,7 @@ Returns ACTED_IN roles for 'Wall Street'.
### Multiple Edges
-Edges can be expressed by using multiple statements in the form of ()-[]-(),
or they can be strung together.
+Edges can be expressed by using multiple statements in the form of `()-[]-()`,
or they can be strung together.
Query