Browse Source

Update TSL.md

Fix typo.
Michael Herzog 2 weeks ago
parent
commit
522bc18d8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/TSL.md

+ 1 - 1
docs/TSL.md

@@ -490,7 +490,7 @@ It's possible use `xyzw`, `rgba` or `stpq`.
 | Name | Description |
 | Name | Description |
 | -- | -- |
 | -- | -- |
 | `.add( node \| value, ... )` | Return the addition of two or more value. |
 | `.add( node \| value, ... )` | Return the addition of two or more value. |
-| `.sub( node \| value )` | Return the subraction of two or more value. |
+| `.sub( node \| value )` | Return the subtraction of two or more value. |
 | `.mul( node \| value )` | Return the multiplication of two or more value. |
 | `.mul( node \| value )` | Return the multiplication of two or more value. |
 | `.div( node \| value )` | Return the division of two or more value. |
 | `.div( node \| value )` | Return the division of two or more value. |
 | `.mod( node \| value )` | Computes the remainder of dividing the first node by the second. |
 | `.mod( node \| value )` | Computes the remainder of dividing the first node by the second. |

粤ICP备19079148号