1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Docs: Fix a typo

This commit is contained in:
Mathieu Demange 2023-04-19 15:28:47 +02:00 committed by Tom Poole
parent 666bbd0a2d
commit c0af8de2f4

View file

@ -93,7 +93,7 @@ public:
*/
void setPosition (double newPosition);
/** Returns the position that the next data block will be read from
/** Returns the position that the next data block will be read from.
This is a time in seconds.
*/
double getCurrentPosition() const;