From 2d06b472cdf72175c42269a12cb2470ceda1c084 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 25 Oct 2015 19:26:35 +0100 Subject: Iff expanded to "true if ..., false otherwise" https://github.com/FreshRSS/FreshRSS/pull/1011 https://github.com/FreshRSS/FreshRSS/issues/938 --- app/Models/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/Context.php') diff --git a/app/Models/Context.php b/app/Models/Context.php index d8dd81e88..2a58bd4ba 100644 --- a/app/Models/Context.php +++ b/app/Models/Context.php @@ -95,7 +95,7 @@ class FreshRSS_Context { } /** - * Return true iif the current requests target a feed and not a category or all articles. + * Return true if the current request targets a feed (and not a category or all articles), false otherwise. */ public static function isFeed() { return self::$current_get['feed'] != false; -- cgit v1.2.3