Skip to content

Commit 78525c1

Browse files
author
Phil Sturgeon
committed
Merge pull request #40 from iMarkCampbell/patch-1
Added missing closing bracket on line 76 -
2 parents 5c015f3 + 7b91fe6 commit 78525c1

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)