Skip to content

Commit

Permalink
Fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Apr 22, 2024
1 parent e476813 commit b11318e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/mysampler-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>mysampler query</h1>
<input id="v" name="v" type="text" placeholder="default = 6"/>
</li>
<li>
<label for="x">Sample Strategy (v): </label>
<label for="x">Sample Strategy (x): </label>
<select id="x" name="x">
<option value="n">Many Events Per Sample</option>
<option value="s">Few Events Per Sample</option>
Expand Down

0 comments on commit b11318e

Please sign in to comment.