@@ -77,7 +77,7 @@ |
||
77 | 77 | // You can also add points like that |
78 | 78 | new Algorithms\Dijkstra(function (Algorithms\Dijkstra\Creator $creator) { |
79 | 79 | $point = $creator->addPoint(1) |
80 | - ->addRelation(2, 5); |
|
80 | + ->addRelation(2, 5); |
|
81 | 81 | |
82 | 82 | $creator->addPoint(3) |
83 | 83 | ->addRelation($point, 8) |