Skip to content

Commit

Permalink
grammar and clarity corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlatch committed Mar 14, 2017
1 parent 3ad9f1f commit 91e57cb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/number/clamp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Clamp

Description
-----------
This node is used to make sure a value is in a certain range. Any value out of the defined range will be clamped / clipped to the maximum or minimum value.
This node is used to ensure a value is in a certain range. Any value outside of the defined range will be clamped / clipped to the maximum or minimum value.

.. image:: images/clamp_node.png
:width: 160pt
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/number/convert_angle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Convert Angle

Description
-----------
This node let you convert from *Degree* to *Radian* or from *Radian* to *Degree*.
This node allows you to convert from *Degree* to *Radian* or from *Radian* to *Degree*.

.. image:: images/convert_angle_node.png
:width: 160pt
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/nodes/number/float_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Float List

Description
-----------
This node is used to create an arbitrary list of floats. A new float can be added with the *New Input* button. A new float can also be added by plugging it into the transperant socket.
This node is used to create an arbitrary list of floats. A new float can be added with the *New Input* button. A new float can also be added by plugging it into the transparent socket.

.. image:: images/float_list.png
:width: 160pt
Expand All @@ -17,7 +17,7 @@ Inputs

Outputs
-------
- **Float list** - A list that contain all the input floats.
- **Float list** - A list that contains all the input floats.

Advanced Node Settings
-----------------------
Expand All @@ -28,7 +28,7 @@ Advanced Node Settings

Caution
-------
A warning pop up when you use the *Remove All* button in the node, while if you used the the *Remove All* button in the *Advanced Node Settings* the inputs will be removed without a warning.
A warning will pop up when you use the *Remove All* button in the node, while if you used the the *Remove All* button in the *Advanced Node Settings* the inputs will be removed without a warning.

Examples of Usage
-----------------
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/nodes/number/float_range.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Float Range

Description
-----------
This node is use to generate an list of floats between 2 floats. It support a custom step size which define the difference between floats in the list.
This node is used to generate an list of floats between 2 floats. It supports a custom step size which define the difference between floats in the list.

.. image:: images/float_range_node.png
:width: 160pt
Expand All @@ -12,12 +12,12 @@ Inputs
------

- **Amount** - The length of the generated list, It can also be the end float from another point of view.
- **Start** - It is the float where the list should starts.
- **Start** - It is the float where the list should start.
- **Step** - It is the difference between each float. So if the *Step* is equal to 2.0, every integer will be bigger than the previouse by 2.0.

Outputs
-------
- **Float List** - A float list that contain the generated floats.
- **Float List** - A float list that contains the generated floats.

Advanced Node Settings
-----------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide/nodes/number/float_to_integer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ To Integer

Description
-----------
This node convert floats into integers using one of 3 algorithms. (See advanced node settings)
This node converts floats into integers using one of 3 algorithms. (See advanced node settings)

.. image:: images/to_integer_node.png
:width: 160pt
Expand All @@ -16,7 +16,7 @@ Inputs
Outputs
-------

- **Integer** - Resulted integer.
- **Integer** - Output as integer.

Advanced Node Settings
----------------------
Expand Down

0 comments on commit 91e57cb

Please sign in to comment.