Skip to content

Commit

Permalink
Merge pull request #6594 from tabreturn/patch-1
Browse files Browse the repository at this point in the history
Insert missing "Good." comment
  • Loading branch information
limzykenneth authored Nov 28, 2023
2 parents 7587e0a + 11f21f9 commit 2906ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contributor_docs/documentation_style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ function mouseIsOnLeft() {
}
}

// Good.
function mouseIsOnLeft() {
if (mouseX < width * 0.5) {
return true;
Expand Down

0 comments on commit 2906ae9

Please sign in to comment.