Documentation of Slider::textFromValueFunction

the doc states:

/** You can assign a lambda that will be used to convert the slider's normalised position to a textual value. */
std::function<String (double)> textFromValueFunction;

but if I’m not mistaken it’s not the normalised position, but the ‘full range’ value that is passed to this function?
probably the same for valueFromTextFunction

That just bit me again. could the doc be fixed?

please