Cleanup: iif should be iff (if-and-only-if) (#11570)
This commit is contained in:
@@ -78,7 +78,7 @@ struct ObjectSpec {
|
||||
|
||||
/**
|
||||
* Test if this object is enabled.
|
||||
* @return True iif this object is enabled.
|
||||
* @return True iff this object is enabled.
|
||||
*/
|
||||
bool IsEnabled() const { return this->views > 0; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user