Skip to content

Commit 2906ae9

Browse files
authored
Merge pull request #6594 from tabreturn/patch-1
Insert missing "Good." comment
2 parents 7587e0a + 11f21f9 commit 2906ae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contributor_docs/documentation_style_guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ function mouseIsOnLeft() {
664664
}
665665
}
666666

667+
// Good.
667668
function mouseIsOnLeft() {
668669
if (mouseX < width * 0.5) {
669670
return true;

0 commit comments

Comments
 (0)