Skip to content

Commit 904307b

Browse files
cleary3Anne Fouilloux
authored andcommitted
Update 08-defensive.md (#478)
Use an en dash (–) instead of a figure dash (-) when specifying a numeric range.
1 parent 34cbf2d commit 904307b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/08-defensive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ AssertionError: Data should only contain positive values
8787
{: .error}
8888

8989
Programs like the Firefox browser are full of assertions:
90-
1020% of the code they contain
91-
are there to check that the other 80-90% are working correctly.
90+
10-20% of the code they contain
91+
are there to check that the other 8090% are working correctly.
9292
Broadly speaking,
9393
assertions fall into three categories:
9494

0 commit comments

Comments
 (0)