summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/database/active_record.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 01781460a..ba122b85b 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -728,7 +728,7 @@ $this-&gt;db-&gt;select('field1');<br />
$this-&gt;db-&gt;stop_cache();<br />
$this-&gt;db-&gt;get('tablename');<br />
// Results in:<br />
-/ SELECT `field1` FROM (`tablename`)<br />
+// SELECT `field1` FROM (`tablename`)<br />
<br />
$this-&gt;db-&gt;select('field2');<br />
$this-&gt;db-&gt;get('tablename');<br />