Skip to content

Commit

Permalink
Merge pull request #378 from mgeisler/better-splitter-name
Browse files Browse the repository at this point in the history
Use more descriptive word splitter name
  • Loading branch information
mgeisler authored Jun 5, 2021
2 parents d25bc65 + 9dc8e03 commit a475095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasm/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>Textwrap WebAssembly Demo</h1>
<div class="option">
<label for="word-splitter">Word splitter:</label>
<select id="word-splitter">
<option value="HyphenSplitter">Hyphens</option>
<option value="HyphenSplitter">Existing hyphens</option>
<option value="NoHyphenation">No hyphenation</option>
</select>
</div>
Expand Down

0 comments on commit a475095

Please sign in to comment.