From 3da6da2a9cb1dd611ee7fcdc813729d90ce5bb6a Mon Sep 17 00:00:00 2001 From: Basil Peace Date: Tue, 31 Mar 2020 11:20:39 +0300 Subject: [PATCH 1/2] docs: fix spelling error --- docs/annotations/adjacency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/annotations/adjacency.md b/docs/annotations/adjacency.md index cd63d2c131..9be0d86b2f 100644 --- a/docs/annotations/adjacency.md +++ b/docs/annotations/adjacency.md @@ -24,7 +24,7 @@ example: Valid method signatures: `( )`, `(VertexFrame)`, `(ClassInitializer)`, `(ClassInitializer, ClassInitializer)`, `(VertexFrame, ClassInitializer)` -Adds a node as an adjacency to the current node, and the returns the newly connected node. +Adds a node as an adjacency to the current node, and returns the newly connected node. ### Signature: `( )` From 078954c0e67be887885d8c42710841673e78952c Mon Sep 17 00:00:00 2001 From: Basil Peace Date: Tue, 31 Mar 2020 11:24:32 +0300 Subject: [PATCH 2/2] docs: remove repeated word --- docs/annotations/incidence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/annotations/incidence.md b/docs/annotations/incidence.md index 723f510bb0..865018adc0 100644 --- a/docs/annotations/incidence.md +++ b/docs/annotations/incidence.md @@ -24,7 +24,7 @@ example: Valid method signatures: `( )`, `(VertexFrame)`, `(ClassInitializer)`, `(VertexFrame, ClassInitializer)`, `(ClassInitializer, ClassInitializer)` -Adds an edge to edge to a node and returns the new `EdgeFrame`. +Adds an edge to a node and returns the new `EdgeFrame`. ### Signature: `( )`