Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Fixed a typo on line 17
  • Loading branch information
gcjbr committed Feb 17, 2016
1 parent 264b6f2 commit 246c68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/en/2016-02-04-assignment-shorthands.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories:
Assigning is very common. Sometimes typing becomes time consuming for us 'Lazy programmers'.
So, we can use some tricks to help us and make our code cleaner and simpler.

This is the similiar use of
This is the similar use of

````javascript
x += 23; // x = x + 23;
Expand Down

0 comments on commit 246c68a

Please sign in to comment.