Skip to content

Commit 8c5297f

Browse files
author
Phil Sturgeon
committed
Fixed tyop syntax error.
1 parent 6d9bcb9 commit 8c5297f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide/library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>set()</h2>
7373
<pre>$this->template->set('foo', $bar);</pre>
7474

7575
<p><b>Usage</b></p>
76-
<pre>$this->template->build('welcome_message', array('message' => 'Hi there!');</pre>
76+
<pre>$this->template->build('welcome_message', array('message' => 'Hi there!'));</pre>
7777
<br />
7878

7979
<a name="prepend_metadata"></a>

0 commit comments

Comments
 (0)