Range documentation typo

juce_Range.h at line 146 has a typo in the documentation:

[quote] /** Returns a range with the same length as this one, but moved to have the given start position. */
Range movedToEndAt (const ValueType newEnd) const noexcept[/quote]
should read the given end position

Thanks!