Skip to content

Commit cff5782

Browse files
authored
Merge pull request #190 from PontusHanssen/patch-1
Correct sample rate calculation comparison
2 parents d8a9916 + c31b167 commit cff5782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ <h2>Extract response headers</h2>
938938
<li>
939939
Decide whether or not to report on this request. Let <var>roll</var>
940940
be a random number between 0.0 and 1.0, inclusive. If <var>roll</var>
941-
<var>sampling rate</var>, return null.
941+
&gt; <var>sampling rate</var>, return null.
942942
</li>
943943

944944
<li>

0 commit comments

Comments
 (0)