Skip to content

Commit f96f0a2

Browse files
committed
Merge pull request braydie#55 from kennethlimcp/patch-1
there --> their
2 parents 54a1571 + 8053741 commit f96f0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-Beginner/Personal-Skills/12-How to Conduct Experiments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The kinds of experiments you will have to perform include:
1010

1111
- Testing systems with small examples to verify that they conform to the documentation or to understand their response when there is no documentation,
1212
- Testing small code changes to see if they actually fix a bug,
13-
- Measuring the performance of a system under two different conditions due to imperfect knowledge of there performance characteristics,
13+
- Measuring the performance of a system under two different conditions due to imperfect knowledge of their performance characteristics,
1414
- Checking the integrity of data, and
1515
- Collecting statistics that may hint at the solution to difficult or hard-to-repeat bugs.
1616

@@ -20,4 +20,4 @@ First, try to be very clear about your hypothesis, or the assertion that you are
2020

2121
You will often find yourself having to design a series of experiments, each of which is based on the knowledge gained from the last experiment. Therefore, you should design your experiments to provide the most information possible. Unfortunately, this is in tension with keeping each experiment simple - you will have to develop this judgement through experience.
2222

23-
Next [Team Skills - Why Estimation is Important](../Team-Skills/01-Why Estimation is Important.md)
23+
Next [Team Skills - Why Estimation is Important](../Team-Skills/01-Why Estimation is Important.md)

0 commit comments

Comments
 (0)