Skip to content

Commit 391caa1

Browse files
author
Tiago Sousa
committed
little typo fix
1 parent d238369 commit 391caa1

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)