Update Node.php

This commit is contained in:
Dennis Eichhorn 2019-08-20 16:10:20 +02:00 committed by GitHub
parent 5aad7af88f
commit cdbfa4e1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ namespace phpOMS\Algorithm\PathFinding;
use phpOMS\Stdlib\Base\Enum; use phpOMS\Stdlib\Base\Enum;
/** /**
* Node on map. * Node on grid.
* *
* @package phpOMS\Algorithm\PathFinding * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0