1
0
Fork 0
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:
ed 2019-06-10 09:45:19 +01:00
parent 9d120bf481
commit 88fecd196e

View file

@ -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;