Skip to content

Commit b23a854

Browse files
authored
fixed typo
1 parent 9784461 commit b23a854

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)