Factual correction
This commit is contained in:
@@ -364,7 +364,9 @@ a {
|
|||||||
color: var(--link_color);
|
color: var(--link_color);
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p,
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -33,7 +33,7 @@ import Speedtest from "./Speedtest.svelte";
|
|||||||
<p>
|
<p>
|
||||||
The second number shows the download speed in bits. This is usually
|
The second number shows the download speed in bits. This is usually
|
||||||
the speed your ISP advertises to you. This number is equal to the
|
the speed your ISP advertises to you. This number is equal to the
|
||||||
first number but multiplied by 8, because there are eight bits in a
|
first number multiplied by eight, because there are eight bits in a
|
||||||
byte.
|
byte.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -46,10 +46,10 @@ import Speedtest from "./Speedtest.svelte";
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The last number shows how much data the speedtest was able to
|
The last number shows how much data the speedtest was able to
|
||||||
transfer in duration of the test. The standard test is five seconds
|
transfer in the duration of the test. The standard test is six
|
||||||
and the long test is 10 seconds. The long test is better
|
seconds and the long test is twelve seconds. The long test might be
|
||||||
representative of the real download speed because the speed needs to
|
slightly more accurate than the short one, but it uses more
|
||||||
ramp up at the beginning which also takes time.
|
bandwidth.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Why is the speed different from other speed tests?</h2>
|
<h2>Why is the speed different from other speed tests?</h2>
|
||||||
|
Reference in New Issue
Block a user