From 391caa10ef98194e2f144a7b6824444495a8c915 Mon Sep 17 00:00:00 2001 From: Tiago Sousa Date: Fri, 12 Dec 2014 11:48:12 +0100 Subject: [PATCH] little typo fix --- numbers/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numbers/operators.md b/numbers/operators.md index a1ce1da8..51f4e500 100644 --- a/numbers/operators.md +++ b/numbers/operators.md @@ -12,7 +12,7 @@ You can use parentheses just like in math to separate and group expressions: ``` --- -Create a variable `x` equal to the sum of `a` and `b` divided by `c`and finally multiplied by `d`. +Create a variable `x` equal to the sum of `a` and `b` divided by `c` and finally multiplied by `d`. ```js var a = 2034547;