diff --git a/docs/numeric-operators.md b/docs/numeric-operators.md index 41263a38..ca9582f5 100644 --- a/docs/numeric-operators.md +++ b/docs/numeric-operators.md @@ -13,7 +13,7 @@ __Example__ `5 + 2` => `7` -## `-` (Substraction/Negation) +## `-` (Subtraction/Negation) The subtraction operator subtracts the RHS value from the LHS value to produce the numerical difference It is an error if either operand is not a number.