aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff/DairikiDiff.php
diff options
context:
space:
mode:
authorTim Starling <tstarling@wikimedia.org>2013-06-12 09:01:52 +1000
committerAaron Schulz <aschulz@wikimedia.org>2013-10-23 10:56:54 -0700
commitd1bc243f65063da8e59042944c35591d4dbd22d5 (patch)
tree94681dd60d54eb66d3ce11cff0971d245544183a /includes/diff/DairikiDiff.php
parent708528039d0c3aeb6353f25fee9ba8af69dafddf (diff)
downloadmediawikicore-d1bc243f65063da8e59042944c35591d4dbd22d5.tar.gz
mediawikicore-d1bc243f65063da8e59042944c35591d4dbd22d5.zip
Remove all instances of the word "iff"
It's elitist mathematical jargon. In all cases dealt with here, it adds no additional meaning compared to "if", beyond what was already obvious from context. Thus, its only purpose is to smugly demonstrate that the author attended their second-year mathematics classes, at the expense of causing confusion for everyone who doesn't have such a background. If you really think you need to convey extra information beyond what "if" gives you, the English language contains plenty of devices for doing so, without resorting to neologisms. Change-Id: Iae21095d02ec2935c10e94f532235c2671c115b1
Diffstat (limited to 'includes/diff/DairikiDiff.php')
-rw-r--r--includes/diff/DairikiDiff.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/diff/DairikiDiff.php b/includes/diff/DairikiDiff.php
index 174c1d6566f4..298d7240916d 100644
--- a/includes/diff/DairikiDiff.php
+++ b/includes/diff/DairikiDiff.php
@@ -692,7 +692,7 @@ class Diff {
/**
* Check for empty diff.
*
- * @return bool True iff two sequences were identical.
+ * @return bool True if two sequences were identical.
*/
function isEmpty() {
foreach ( $this->edits as $edit ) {