mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a typo
This commit is contained in:
parent
9d120bf481
commit
88fecd196e
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ public:
|
|||
Rectangle<float> getBounds() const noexcept;
|
||||
|
||||
/** Returns the smallest rectangle that contains all points within the path
|
||||
after it's been transformed with the given tranasform matrix.
|
||||
after it's been transformed with the given transform matrix.
|
||||
*/
|
||||
Rectangle<float> getBoundsTransformed (const AffineTransform& transform) const noexcept;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue