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: `( )` 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: `( )`