We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d4a17 commit ce5ebcaCopy full SHA for ce5ebca
1 file changed
Tools/wasm/emscripten/web_example/index.html
@@ -619,7 +619,7 @@
619
<h1>Simple REPL for Python WASM</h1>
620
<div id="editor">print('Welcome to WASM!')</div>
621
<div class="button-container">
622
- <button id="run" disabled>Run Code</button>
+ <button id="run" disabled>Run code</button>
623
<button id="repl" disabled>Start REPL</button>
624
<button id="stop" disabled>Stop</button>
625
<button id="clear" disabled>Clear</button>
0 commit comments