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:
parent
047448fbce
commit
a028f277c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue