diff options
Diffstat (limited to 'user_guide/database')
-rw-r--r-- | user_guide/database/active_record.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index bc7cd3d11..2c12d628e 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -391,7 +391,7 @@ $this->db->or_not_like('body', 'match'); <br /> <br /> // Produces: SELECT DISTINCT * FROM table</code></p> <h2>$this->db->having();</h2> -<p>Permits you to write the HAVING portion of your query. There are 2 possible syntaxe, 1 argument or 2:</p> +<p>Permits you to write the HAVING portion of your query. There are 2 possible syntaxes, 1 argument or 2:</p> <code>$this->db->having('user_id = 45'); <br /> |