Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Jan 5, 2020
1 parent 168d524 commit e3fbcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Expand Up @@ -87,7 +87,7 @@ const dist = (x1,x2,y1,y2) => {
const draw = () => {
c.clearRect(0,0,w,h)
c.fillStyle = "black"
c.fillText("Accurary: "+parseFloat(hits/totalShots).toFixed(4), 20, 30 )
c.fillText("Accuracy: "+parseFloat(hits/totalShots).toFixed(4), 20, 30 )
cannon.show()
if( cannonBall )
cannonBall.show()
Expand Down

0 comments on commit e3fbcec

Please sign in to comment.