Skip to content

Commit

Permalink
little typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Sousa committed Dec 12, 2014
1 parent d238369 commit 391caa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numbers/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 391caa1

Please sign in to comment.