Skip to content

Commit 4980c29

Browse files
authored
Fix typo
1 parent 8a79997 commit 4980c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Note that `dontCrossCorners` only makes sense when `allowDiagonal` is also used.
161161

162162
For `AStarFinder`, `BestFirstFinder` and all their `Bi` relatives, you may indicate which heuristic function to use.
163163

164-
The predefined heuristics are `PF.Heuristic.manhattan`(defalut), `PF.Heuristic.chebyshev`, `PF.Heuristic.euclidean` and `PF.Heuristic.octile`.
164+
The predefined heuristics are `PF.Heuristic.manhattan`(default), `PF.Heuristic.chebyshev`, `PF.Heuristic.euclidean` and `PF.Heuristic.octile`.
165165

166166
To use the chebyshev heuristic:
167167

0 commit comments

Comments
 (0)