Fix typos

This commit is contained in:
Chalarangelo
2022-07-16 17:25:37 +03:00
parent 3b17249cb7
commit c767b29588
8 changed files with 9 additions and 9 deletions

View File

@ -21,7 +21,7 @@ Each node in a graph data structure must have the following properties:
- `key`: The key of the node
- `value`: The value of the node
Each edge in a grpah data structure must have the following properties:
Each edge in a graph data structure must have the following properties:
- `a`: The starting node of the edge
- `b`: The target node of the edge