Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Commit 0de3fff

Browse files
Merge pull request #30 from rmurphey/fix-typo
Fix typo in flowControl solutions.
2 parents 53e1132 + 65ad9d0 commit 0de3fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/flowControl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define(function() {
3838
return 'buzz';
3939
}
4040

41-
// if the number is not divisble by 3 or 5, i.e. has skipped all previous
41+
// if the number is not divisible by 3 or 5, i.e. has skipped all previous
4242
// conditions, return the number
4343
return num;
4444

0 commit comments

Comments
 (0)