Skip to content

Commit c6a253f

Browse files
authored
11-debugging.md: Fix long line in ep11 (#914)
1 parent a326468 commit c6a253f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/11-debugging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ scientists tend to do the following:
6565
our first test should hold temperature, precipitation, and other factors constant.
6666

6767
3. *Compare to an oracle.*
68-
A [test oracle]({{ page.root }}/reference.html#test-oracle) is something whose results are trusted,
68+
A [test oracle]({{ page.root }}/reference.html#test-oracle)
69+
is something whose results are trusted,
6970
such as experimental data, an older program, or a human expert.
7071
We use test oracles to determine if our new program produces the correct results.
7172
If we have a test oracle,

0 commit comments

Comments
 (0)