mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some typos
This commit is contained in:
parent
8b64915fa1
commit
e36736e0ec
17 changed files with 21 additions and 21 deletions
|
|
@ -45,7 +45,7 @@ public:
|
|||
|
||||
Note that the destination block will always be larger than the amount of data
|
||||
that has been written to the stream, because the MemoryOutputStream keeps some
|
||||
spare capactity at its end. To trim the block's size down to fit the actual
|
||||
spare capacity at its end. To trim the block's size down to fit the actual
|
||||
data, call flush(), or delete the MemoryOutputStream.
|
||||
|
||||
@param memoryBlockToWriteTo the block into which new data will be written.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue