We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a79997 commit 4980c29Copy full SHA for 4980c29
README.md
@@ -161,7 +161,7 @@ Note that `dontCrossCorners` only makes sense when `allowDiagonal` is also used.
161
162
For `AStarFinder`, `BestFirstFinder` and all their `Bi` relatives, you may indicate which heuristic function to use.
163
164
-The predefined heuristics are `PF.Heuristic.manhattan`(defalut), `PF.Heuristic.chebyshev`, `PF.Heuristic.euclidean` and `PF.Heuristic.octile`.
+The predefined heuristics are `PF.Heuristic.manhattan`(default), `PF.Heuristic.chebyshev`, `PF.Heuristic.euclidean` and `PF.Heuristic.octile`.
165
166
To use the chebyshev heuristic:
167
0 commit comments