From 65bb19038fd660cc0c93dc6802b38ca46f2bdea9 Mon Sep 17 00:00:00 2001 From: greg piccolo Date: Mon, 24 Nov 2014 10:12:16 -0500 Subject: [PATCH] Update README.md --- exercises/1-monty-hall-problem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------------