diff --git a/ipynb/Overtime.ipynb b/ipynb/Overtime.ipynb index bc6d7ba..72be02c 100644 --- a/ipynb/Overtime.ipynb +++ b/ipynb/Overtime.ipynb @@ -172,7 +172,7 @@ "source": [ "That gives us the range of possible scores and the frequency of each one. Note:\n", "- Field goals are more common than touchdowns, so the most common scores are 3-0 and 0-3.\n", - "- 3-0 is more common than 0-3, because 3-0 includes times when **A** scored first and also third (or later, but that's rarer).\n", + "- 3-0 is more common than 0-3, because 3-0 includes times when **A** scored first or third (or later, but that's rarer).\n", "- Why is 0-6 more common than 7-0? Because 0-6 includes times when **B** scored second, or fourth (or later).\n", "- Note that the total of 7-0 (**A** scores first) and 6-0 (**A** scores third, or first and misses the kick) is more than the count for 0-6.\n", "- Note that 3-6 is almost 3 times more common than 6-3. Either could result from 3 field goals, but 3-6 could also be **B** scoring a touchdown; 6-3 could never result from **A** scoring a touchdown.\n",