Skip to content

Commit

Permalink
Insert missing "Good." comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tabreturn authored Nov 28, 2023
1 parent 7587e0a commit 11f21f9
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 11f21f9

Please sign in to comment.