Skip to content

Commit

Permalink
Small editorial change
Browse files Browse the repository at this point in the history
replace it's with its

Co-authored-by: MaoShizhong <[email protected]>
  • Loading branch information
takinabradley and MaoShizhong authored Oct 12, 2024
1 parent cf99f6a commit c7d0270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ And might also include a couple nice-to-haves
- The ability to determine the current winning player
- The ability to restart the game

So, at it's most basic, an object that represents the game might look something like this (assuming we're playing against a computer player):
So, at its most basic, an object that represents the game might look something like this (assuming we're playing against a computer player):

```javascript
const rps = {
Expand Down

0 comments on commit c7d0270

Please sign in to comment.