Skip to content

Commit cf8804e

Browse files
committed
Change to exit() documentation
1 parent db314d7 commit cf8804e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api_en/exit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void mousePressed() {
2222
</example>
2323

2424
<description><![CDATA[
25-
Quits/stops/exits the program. Programs without a <b>draw()</b> function exit automatically after the last line has run, but programs with <b>draw()</b> run continuously until the program is manually stopped or <b>exit()</b> is run.<br />
25+
Quits/stops/exits the program. Programs without a <b>draw()</b> function stop automatically after the last line has run, but programs with <b>draw()</b> run continuously until the program is manually stopped or <b>exit()</b> is run.<br />
2626
<br />
2727
Rather than terminating immediately, <b>exit()</b> will cause the sketch to exit after <b>draw()</b> has completed (or after <b>setup()</b> completes if called during the <b>setup()</b> function).<br />
2828
<br />

0 commit comments

Comments
 (0)