Skip to content

Commit

Permalink
Merge pull request loverajoel#258 from souljacker/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
loverajoel committed Feb 17, 2016
2 parents 264b6f2 + 246c68a commit f3ea3a2
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 f3ea3a2

Please sign in to comment.