From dca3c3b701815131ee99b06c3500a0d42b55245e Mon Sep 17 00:00:00 2001 From: pookey Date: Wed, 16 Jan 2008 23:42:54 +0000 Subject: [PATCH] making a comment a little clearer --- lib/Doctrine/Query/Where.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Query/Where.php b/lib/Doctrine/Query/Where.php index 640b43f70..37d7362ad 100644 --- a/lib/Doctrine/Query/Where.php +++ b/lib/Doctrine/Query/Where.php @@ -102,7 +102,7 @@ class Doctrine_Query_Where extends Doctrine_Query_Condition } elseif (substr($trimmed, 0, 4) == 'SQL:') { $value = '(' . substr($trimmed, 4) . ')'; } else { - // simple in expression found + // simple IN expression found $e = $this->_tokenizer->sqlExplode($trimmed, ','); $value = array();