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:
Tom Poole 2024-01-31 12:43:33 +00:00
parent 047448fbce
commit a028f277c1

View file

@ -172,7 +172,7 @@ public:
}
@endcode
@param numWanted indicates how many items you'd like to add to the buffer
@param numWanted indicates how many items you'd like to read from the buffer
@param startIndex1 on exit, this will contain the start index in your buffer at which your data should be written
@param blockSize1 on exit, this indicates how many items can be written to the block starting at startIndex1
@param startIndex2 on exit, this will contain the start index in your buffer at which any data that didn't fit into