Skip to content

Commit

Permalink
Update build-pong-with-pygame.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom committed Oct 26, 2023
1 parent f967329 commit c8206ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/build-pong-with-pygame/build-pong-with-pygame.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Here is the code for that:
clock = pygame.time.Clock()

"""
this is to check wheter or not to move the ball
this is to check whether or not to move the ball
we will make it move after 3 seconds
"""
started = False
Expand Down

0 comments on commit c8206ca

Please sign in to comment.