Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
Fix typos in documentation

See merge request Ferma/Ferma!4
  • Loading branch information
freemo committed Apr 3, 2020
2 parents 07f1401 + 078954c commit 9a45e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/annotations/adjacency.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `( )`
Expand Down
2 changes: 1 addition & 1 deletion docs/annotations/incidence.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `( )`

Expand Down

0 comments on commit 9a45e2d

Please sign in to comment.