From cdbfa4e1b088cccd2bbb6133b8ee8d53381c426f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 20 Aug 2019 16:10:20 +0200 Subject: [PATCH] Update Node.php --- Algorithm/PathFinding/Node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Algorithm/PathFinding/Node.php b/Algorithm/PathFinding/Node.php index 965186111..b28216743 100644 --- a/Algorithm/PathFinding/Node.php +++ b/Algorithm/PathFinding/Node.php @@ -17,7 +17,7 @@ namespace phpOMS\Algorithm\PathFinding; use phpOMS\Stdlib\Base\Enum; /** - * Node on map. + * Node on grid. * * @package phpOMS\Algorithm\PathFinding * @license OMS License 1.0