Skip to content

Commit 2e755b9

Browse files
committed
fixing typo in overview tutorial
1 parent b46f4d3 commit 2e755b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/static/tutorials/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h3>Libraries add new features</h3>
250250
<br />
251251
Now that the PDF library is imported, you may use it to create a file. For instance, the following line of code creates a new PDF file named <em>lines.pdf</em> that you can draw to.<br />
252252
<br />
253-
<pre> beginRecord(PDF, "line.pdf");</pre>
253+
<pre> beginRecord(PDF, "lines.pdf");</pre>
254254
<br />
255255

256256
Each drawing function such as <tt>line()</tt> and <tt>ellipse()</tt> will now draw to the screen as well as to the PDF.<br />

0 commit comments

Comments
 (0)