Skip to content

Commit

Permalink
Fix minor documentation mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jul 30, 2018
1 parent 4a4d695 commit 734d723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/index.html
Expand Up @@ -1910,7 +1910,7 @@ <h3>Examples</h3>
<h3>Notes</h3>
<p></p>
</script>
<script type="text/x-red" data-template-name="AudioSynthSimpleDrum">
<script type="text/x-red" data-template-name="AudioSynthKarplusStrong">
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
Expand Down Expand Up @@ -1995,7 +1995,7 @@ <h3>Notes</h3>
a very accurate sine wave. At least the upper 25 bits are believe
to be perfect. This is mainly intended for testing 24 bit codec chips!</p>
</script>
<script type="text/x-red" data-template-name="AudioSynthWaveformSine">
<script type="text/x-red" data-template-name="AudioSynthWaveformSineHires">
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
Expand Down

0 comments on commit 734d723

Please sign in to comment.