Skip to content

Commit

Permalink
Note style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermanya committed Apr 26, 2014
1 parent 8f05f88 commit 0a55126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loops/for.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for(var i = 0; i < 10; i = i + 1){
}
```

**Note**: `i = i + 1` can be written `i++`.
>***Note***: `i = i + 1` can be written `i++`.

---
Expand Down

0 comments on commit 0a55126

Please sign in to comment.