diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-07-05 13:58:58 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-07-05 13:58:58 +0200 |
commit | 7770fde8733eff7024191bd8782a30ab0d1f7619 (patch) | |
tree | 930437fff5f1230e52d3d15c6aaa0701a87e5b56 /user_guide | |
parent | 127a1d9a66ebce61862696cd861573e538499e4a (diff) |
typo fix
Diffstat (limited to 'user_guide')
-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 /> |