Skip to content

Commit f60ef71

Browse files
correct typo, mention Therac-25
1 parent 11dbaff commit f60ef71

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ch03tests/01testingbasics.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,18 @@
7676
"cell_type": "markdown",
7777
"metadata": {},
7878
"source": [
79-
" * Testing won't corrrect a buggy code\n",
79+
" * Testing won't correct a buggy code\n",
8080
" * Testing will tell you were the bugs are...\n",
8181
" * ... if the test cases *cover* the bugs"
8282
]
8383
},
84+
{
85+
"cell_type": "markdown",
86+
"metadata": {},
87+
"source": [
88+
"If the test cases do not cover the bugs, things can go horribly wrong - an example for this is [Therac-25](https://en.wikipedia.org/wiki/Therac-25)."
89+
]
90+
},
8491
{
8592
"cell_type": "markdown",
8693
"metadata": {},

0 commit comments

Comments
 (0)