We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6636b9d commit 64de55eCopy full SHA for 64de55e
episodes/08-defensive.md
@@ -87,8 +87,8 @@ AssertionError: Data should only contain positive values
87
{: .error}
88
89
Programs like the Firefox browser are full of assertions:
90
-10–20% of the code they contain
91
-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.
92
Broadly speaking,
93
assertions fall into three categories:
94
0 commit comments