X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fpath-finding%2Fpath-finding-docs.factor;h=8d5e88140557d119206defeb5c2028b0c0dc2f74;hp=8d8b1c07980aeb86ccf21b30e81f86dde20ccb31;hb=0d57b1b43bcfbd6498745ec78be836c45233c6a0;hpb=6d4293b5822d769619f66e46e64b704ddfe41b43 diff --git a/extra/path-finding/path-finding-docs.factor b/extra/path-finding/path-finding-docs.factor index 8d8b1c0798..8d5e881405 100644 --- a/extra/path-finding/path-finding-docs.factor +++ b/extra/path-finding/path-finding-docs.factor @@ -48,7 +48,7 @@ HELP: { "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 "