Skip to content

Commit 2626e4a

Browse files
authored
Fixed split pairs instructions. (exercism#4138)
1 parent 0762f29 commit 2626e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/black-jack/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ False
9999

100100
## 5. Splitting pairs
101101

102-
If the players first two cards are of the same value, such as two sixes, or a `Q` and `K` a player may choose to treat them as two separate hands.
102+
If the first two cards in a hand are of the same value (_for example, two sixes or a `Q` and `K`_), a player may choose to treat them as two separate hands.
103103
This is known as "splitting pairs".
104104

105105
Define the `can_split_pairs(<card_one>, <card_two>)` function with parameters `card_one` and `card_two`, which are a pair of cards.

0 commit comments

Comments
 (0)