]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/path-finding/path-finding-docs.factor
Harmonize spelling
[factor.git] / extra / path-finding / path-finding-docs.factor
index 8d8b1c07980aeb86ccf21b30e81f86dde20ccb31..8d5e88140557d119206defeb5c2028b0c0dc2f74 100644 (file)
@@ -48,7 +48,7 @@ HELP: <astar>
   { "astar" astar }
 }
 { $description "Build an astar object from the given quotations. The "
-  { $snippet "neighbors" } " one builds the list of neighbours. The "
+  { $snippet "neighbors" } " one builds the list of neighbors. The "
   { $snippet "cost" } " and " { $snippet "heuristic" } " ones represent "
   "respectively the cost for transitioning from a node to one of its neighbor, "
   "and the underestimated cost for going from a node to the target. This solution "