[Bf-docboard-svn] bf-manual: [9705] branches/blender-3.4-release/blender_docs/manual/modeling/geometry_nodes/mesh/shortest_edge_paths.rst: Fix: Small typo for "Shortest Edge Paths Node"

Aaron Carlisle noreply at blender.org
Fri Nov 18 23:31:47 CET 2022


Revision: 9705
          https://developer.blender.org/rBM9705
Author:   Blendify
Date:     2022-11-18 23:31:47 +0100 (Fri, 18 Nov 2022)
Log Message:
-----------
Fix: Small typo for "Shortest Edge Paths Node"

Author: @writersdoc22

Differential Revision: https://developer.blender.org/D16474

Modified Paths:
--------------
    branches/blender-3.4-release/blender_docs/manual/modeling/geometry_nodes/mesh/shortest_edge_paths.rst

Modified: branches/blender-3.4-release/blender_docs/manual/modeling/geometry_nodes/mesh/shortest_edge_paths.rst
===================================================================
--- branches/blender-3.4-release/blender_docs/manual/modeling/geometry_nodes/mesh/shortest_edge_paths.rst	2022-11-18 22:21:45 UTC (rev 9704)
+++ branches/blender-3.4-release/blender_docs/manual/modeling/geometry_nodes/mesh/shortest_edge_paths.rst	2022-11-18 22:31:47 UTC (rev 9705)
@@ -19,7 +19,6 @@
 
 The node is implemented with `Dijkstra's algorithm <https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm>`__.
 
-
 .. tip::
 
    .. figure:: /images/modeling_geometry-nodes_mesh_shortest-edge-paths_distance.png
@@ -30,7 +29,7 @@
    :doc:`/modeling/geometry_nodes/vector/vector_math` set to the *Distance* operation.
 
 .. seealso::
-   
+
    This node can be used with the :doc:`/modeling/geometry_nodes/mesh/edge_paths_to_selection`
    or the :doc:`/modeling/geometry_nodes/mesh/edge_paths_to_curves` to generate new geometry
    based on the paths.
@@ -43,7 +42,7 @@
    A selection of the goal vertices that terminate the edge paths.
 
 Edge Cost
-   The weight for each edge, used to determine the meaing of "shortest."
+   The weight for each edge, used to determine the meaning of "shortest."
 
 
 Properties
@@ -61,5 +60,3 @@
 
 Total Cost
    The remaining cost before an end vertex is reached by following the next vertex indices
-
-



More information about the Bf-docboard-svn mailing list