Skip to content

Commit a1b4a6f

Browse files
authored
Merge pull request #3 from mojo-py/patch-1
fixed typo
2 parents 9784461 + b23a854 commit a1b4a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class DijkstraHeap(list):
192192

193193
# So WHAT is this deep logic you talk about?
194194

195-
I think the deep logic about A* can be sumarized in the following two simple points:
195+
I think the deep logic about A* can be summarized in the following two simple points:
196196

197197
* We visit the nodes in order, being this order the cost of going from the starting point to this particular node.
198198

0 commit comments

Comments
 (0)