typo
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index f644ba7..5b7187b 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -241,7 +241,7 @@
 	<code>$this->db->where('name', $name);<br />

 	$this->db->where('title', $title);<br />

 	$this->db->where('status', $status);

-	<br /><br />// WHERE = 'Joe' AND title = 'boss' AND status = 'active'

+	<br /><br />// WHERE = name 'Joe' AND title = 'boss' AND status = 'active'

 	</code>