[Bf-docboard-svn] bf-manual: [8293] trunk/blender_docs/manual/modeling/geometry_nodes/utilities/float_compare.rst: Fix T90484: Grammatical changes in Geometry Nodes Float Compare page

Alaska noreply at blender.org
Sat Aug 7 02:19:24 CEST 2021


Revision: 8293
          https://developer.blender.org/rBM8293
Author:   Alaska
Date:     2021-08-07 02:19:24 +0200 (Sat, 07 Aug 2021)
Log Message:
-----------
Fix T90484: Grammatical changes in Geometry Nodes Float Compare page

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/utilities/float_compare.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/utilities/float_compare.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/utilities/float_compare.rst	2021-08-07 00:17:18 UTC (rev 8292)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/utilities/float_compare.rst	2021-08-07 00:19:24 UTC (rev 8293)
@@ -28,9 +28,9 @@
 
 Mode
    :Less Than: True if A is smaller than B.
-   :Less than or Equal: True if A is smaller or equal than B.
+   :Less than or Equal: True if A is smaller or equal to B.
    :Greater Than: True if A is bigger than B.
-   :Greater than or Equal: True if A is bigger or equal than B.
+   :Greater than or Equal: True if A is bigger or equal to B.
    :Equal: True if A and B are the same.
    :Not Equal: True if A and B are different.
 



More information about the Bf-docboard-svn mailing list