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:
parent
7c83d51aa6
commit
b506a13ba2
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue