diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-08-31 16:24:56 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-08-31 16:24:56 +0200 |
commit | cb36e34719bf60904bc7fa39dfbcb0fa86310e66 (patch) | |
tree | 85fa97cbddd1bc6d25542dadb237d732adde0301 /system/libraries/Unit_test.php | |
parent | 53653931de20b3cd41587d02659022e67d1a2d75 (diff) |
grammar changes
Diffstat (limited to 'system/libraries/Unit_test.php')
-rw-r--r-- | system/libraries/Unit_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index e53e04c15..de2ab7306 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -150,7 +150,7 @@ class CI_Unit_test { /**
* Use strict comparison
*
- * Causes the evaluation to use === rather then ==
+ * Causes the evaluation to use === rather than ==
*
* @access public
* @param bool
|