Skip to content

Commit

Permalink
[Card Games]: instructions.md - removed extra "the" in #7 Bonus Round…
Browse files Browse the repository at this point in the history
… Rules
  • Loading branch information
Metallifax authored and BethanyG committed Feb 19, 2022
1 parent 67e9fdd commit 6e11dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/card-games/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ False
Every 11th hand in Black Joe is a bonus hand with a bonus rule: if the last card you draw is a Jack, you double its value.

Implement a function `maybe_double_last(<hand>)` that takes a hand and checks if the last card is a Jack (11).
If the the last card **is** a Jack (11), double its value before returning the hand.
If the last card **is** a Jack (11), double its value before returning the hand.

```python
>>> hand = [5, 9, 11]
Expand Down

0 comments on commit 6e11dfd

Please sign in to comment.