From 4dc10f312b34211cb37fc9fe8c981e36c5e494dc Mon Sep 17 00:00:00 2001 From: Steve Groom Date: Wed, 13 Dec 2023 07:41:07 +0000 Subject: [PATCH] Update numeric-operators.md spelling --- docs/numeric-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.