Skip to content

Commit 05f5e3f

Browse files
committed
Merge pull request GitbookIO#74 from tjisousa/master
little typo fix
2 parents d238369 + 391caa1 commit 05f5e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numbers/operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can use parentheses just like in math to separate and group expressions: ```
1212

1313
---
1414

15-
Create a variable `x` equal to the sum of `a` and `b` divided by `c`and finally multiplied by `d`.
15+
Create a variable `x` equal to the sum of `a` and `b` divided by `c` and finally multiplied by `d`.
1616

1717
```js
1818
var a = 2034547;

0 commit comments

Comments
 (0)