Skip to content

Commit f19bfcf

Browse files
authored
Fix option for const qualifiers
1 parent c1904b4 commit f19bfcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ <h2 class="content-subhead">Generator</h2>
9191
use_non_member_procedures
9292
</label>
9393

94-
<label class="pure-checkbox" for="no_const">
95-
<input type="checkbox" id="no_const" name="no_const" />
96-
no_const
94+
<label class="pure-checkbox" for="use_const">
95+
<input type="checkbox" id="use_const" name="use_const" />
96+
use_const
9797
</label>
9898
</fieldset>
9999
</div>

0 commit comments

Comments
 (0)