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 5bb1e0c6 Make Edge creation clearer (#177)
5bb1e0c6 is described below
commit 5bb1e0c65f121930edbeb2628c99808d8d72cdee
Author: Robin Pokorny <[email protected]>
AuthorDate: Tue Sep 26 02:20:45 2023 +0200
Make Edge creation clearer (#177)
---
docs/intro/types.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/intro/types.md b/docs/intro/types.md
index 6d6e7a14..072e61b0 100644
--- a/docs/intro/types.md
+++ b/docs/intro/types.md
@@ -1067,13 +1067,13 @@ Data Format
<tr>
<td>startid
</td>
- <td>graphid for the incoming edge
+ <td>graphid for the source node
</td>
</tr>
<tr>
<td>endid
</td>
- <td>graphid for the outgoing edge
+ <td>graphid for the target node
</td>
</tr>
<tr>