Browse Source

Docs: Fix a typo

v7.0.12
Tom Poole 2 years ago
parent
commit
a028f277c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/containers/juce_AbstractFifo.h

+ 1
- 1
modules/juce_core/containers/juce_AbstractFifo.h 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


Loading…
Cancel
Save