1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Documentation fix.

This commit is contained in:
jules 2013-07-22 19:51:32 +01:00
parent 7c83d51aa6
commit b506a13ba2

View file

@ -100,7 +100,7 @@ public:
~Rectangle() noexcept {}
//==============================================================================
/** Returns true if the rectangle's width and height are both zero or less */
/** Returns true if the rectangle's width or height are zero or less */
bool isEmpty() const noexcept { return w <= ValueType() || h <= ValueType(); }
/** Returns the x coordinate of the rectangle's left-hand-side. */