This is an automated email from the ASF dual-hosted git repository.
pdpotter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git
The following commit(s) were added to refs/heads/master by this push:
new 05e19f6 Fix typo
05e19f6 is described below
commit 05e19f64893cfd608bd43ced395fcce3be9767ee
Author: Pieterjan De Potter <[email protected]>
AuthorDate: Wed Apr 27 09:51:33 2022 +0200
Fix typo
Reported in apache/incubator-age#36
---
docs/intro/types.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/intro/types.md b/docs/intro/types.md
index 88ea414..602e144 100644
--- a/docs/intro/types.md
+++ b/docs/intro/types.md
@@ -1059,7 +1059,7 @@ Result:
## Edge
-An edge is an entity that encodes a directed connection between exactly two
nodes, thesource node and the target node. An outgoing edge is a directed
relationship from the point of view of its source node. An incoming edge is a
directed relationship from the point of view of its target node. An edge is
assigned exactly one edge type.
+An edge is an entity that encodes a directed connection between exactly two
nodes, the source node and the target node. An outgoing edge is a directed
relationship from the point of view of its source node. An incoming edge is a
directed relationship from the point of view of its target node. An edge is
assigned exactly one edge type.
Data Format