Skip to content

Commit 94deca8

Browse files
committed
missing period #326
1 parent 11176c9 commit 94deca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/static/tutorials/p3d/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>P3D</h1>
1111
<h3>What is P3D?</h3>
1212

1313
<p>
14-
In Processing 2.0, there are four render modes: the default renderer, P2D, P3D, and PDF To use a non-default renderer, you can specify via the <a href="http://processing.org/reference/size_.html">size()</a> function.
14+
In Processing 2.0, there are four render modes: the default renderer, P2D, P3D, and PDF. To use a non-default renderer, you can specify via the <a href="http://processing.org/reference/size_.html">size()</a> function.
1515

1616
<pre>
1717
void setup() {

0 commit comments

Comments
 (0)