diff --git a/_episodes/08-defensive.md b/_episodes/08-defensive.md index 50dcce0dc..a9ddfa92f 100644 --- a/_episodes/08-defensive.md +++ b/_episodes/08-defensive.md @@ -87,8 +87,8 @@ AssertionError: Data should only contain positive values {: .error} Programs like the Firefox browser are full of assertions: -10–20% of the code they contain -are there to check that the other 80-90% are working correctly. +10-20% of the code they contain +are there to check that the other 80–90% are working correctly. Broadly speaking, assertions fall into three categories: