From 2f93e03d31f393068039a2233e6c1b150456faef Mon Sep 17 00:00:00 2001 From: Andrew Selivanov Date: Mon, 9 Mar 2020 16:10:11 +0300 Subject: [PATCH] Fix edge docs --- docs/guides/edge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/edge.md b/docs/guides/edge.md index f18e954c..5cc730b9 100644 --- a/docs/guides/edge.md +++ b/docs/guides/edge.md @@ -3,11 +3,11 @@ id: edge title: Edges --- -Edge is an object representing an edge between two Nodes. +Edge is representing an edge between Nodes. ## Basic -Node is an abstract concept that represents a single system component object. +Edge is an object representing a connection between Nodes with some additional properties. An edge object contains three attributes: **label**, **color** and **style** which mirror corresponding graphviz edge attributes.