Skip to content

Commit

Permalink
Fix example to be valid code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hinrichsen committed Jan 19, 2016
1 parent f4f36f7 commit 6ed44c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coding-guidelines/coding-guidelines.md
Expand Up @@ -242,7 +242,7 @@ function test(a) {
function test(number, callback) {
var counter;
for (counter = 0; counter <= number; counter++) {
a();
callback();
}
return "done";
}
Expand Down

0 comments on commit 6ed44c9

Please sign in to comment.