Skip to content

Commit b3d724e

Browse files
authored
Added missing word to class_astar2d.rst
word was skipped that confused me. "Called when neighboring enters processing" becomes "Called when neighboring *cell* enters processing".
1 parent 1d24b20 commit b3d724e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/class_astar2d.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Note that this function is hidden in the default **AStar2D** class.
169169

170170
:ref:`bool<class_bool>` **_filter_neighbor**\ (\ from_id\: :ref:`int<class_int>`, neighbor_id\: :ref:`int<class_int>`\ ) |virtual| |const| :ref:`🔗<class_AStar2D_private_method__filter_neighbor>`
171171

172-
Called when neighboring enters processing and if :ref:`neighbor_filter_enabled<class_AStar2D_property_neighbor_filter_enabled>` is ``true``. If ``true`` is returned the point will not be processed.
172+
Called when neighboring cells enters processing and if :ref:`neighbor_filter_enabled<class_AStar2D_property_neighbor_filter_enabled>` is ``true``. If ``true`` is returned the point will not be processed.
173173

174174
Note that this function is hidden in the default **AStar2D** class.
175175

0 commit comments

Comments
 (0)