Skip to content

Commit f1f090b

Browse files
committed
deploy: d8efb37
1 parent da127cc commit f1f090b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

while-true/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h2>Content</h2>
290290

291291
<h1>WHILE TRUE</h1>
292292
<p><code>while true</code> is an infinite loop. It ends only with the <code>break</code> command or when the script is ended (e.g. using <code>terminate_this_script</code>).</p>
293-
<p>It is often used to create a main body of a CLEO script, which contantly awaits for a key press to trigger some action.</p>
293+
<p>It is often used to create the main body of a CLEO script which constantly awaits for the player input.</p>
294294
<pre><code>while true
295295
wait 0
296296
if

0 commit comments

Comments
 (0)