diff --git a/exercises/1-monty-hall-problem/README.md b/exercises/1-monty-hall-problem/README.md index 0ac3194..292b08a 100644 --- a/exercises/1-monty-hall-problem/README.md +++ b/exercises/1-monty-hall-problem/README.md @@ -7,7 +7,7 @@ A player is presented with three doors from which to choose. Behind one of the d Obviously the player wants to win the new car, and must pick a door to open, hoping to reveal it. -Before it is revealed however, the host will open one of the doors for the player to reveal one of the goats. The player can then choose to stick with their original choice, or to change their choice and pick the one other possible door. +Before it is revealed however, the host will open one of the doors for the player to reveal one of the goats. The player can choose to stick with their original choice, or change their choice and pick the one other possible door. First Iteration ---------------