Skip to content

Commit 6bf34a6

Browse files
example: Rename Univesal Hex Separator to Splitter.
1 parent 0314f92 commit 6bf34a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/separate.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!DOCTYPE html>
2626
<html>
2727
<head>
28-
<title>Universal Hex Separator</title>
28+
<title>Universal Hex Splitter</title>
2929
<meta charset="UTF-8" />
3030
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
3131
<style>
@@ -108,7 +108,7 @@
108108
</head>
109109

110110
<body>
111-
<h1>Universal Hex Separator</h1>
111+
<h1>Universal Hex Splitter</h1>
112112
<div id="drop-uh" class="drop">
113113
<h2>Universal Hex</h2>
114114
<svg id="icon-uh" xmlns="http://www.w3.org/2000/svg" width="50" height="43" viewBox="0 0 50 43">
@@ -123,7 +123,7 @@ <h2>Universal Hex</h2>
123123
</div>
124124

125125
<div id="separate">
126-
<button id="button">Separate Universal Hex</button>
126+
<button id="button">Split Universal Hex</button>
127127
</div>
128128

129129
<script type="text/javascript" src="microbit-uh.umd.min.js"></script>

0 commit comments

Comments
 (0)