Skip to content

Commit ce5ebca

Browse files
committed
WASM REPL: lower-case 'code' on 'Run code' button
1 parent 70d4a17 commit ce5ebca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/wasm/emscripten/web_example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
<h1>Simple REPL for Python WASM</h1>
620620
<div id="editor">print('Welcome to WASM!')</div>
621621
<div class="button-container">
622-
<button id="run" disabled>Run Code</button>
622+
<button id="run" disabled>Run code</button>
623623
<button id="repl" disabled>Start REPL</button>
624624
<button id="stop" disabled>Stop</button>
625625
<button id="clear" disabled>Clear</button>

0 commit comments

Comments
 (0)