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

Fixed a typo in the docs

This commit is contained in:
jules 2016-03-02 13:03:06 +00:00
parent b6c3add330
commit 5854829fcf

View file

@ -30,7 +30,7 @@
/**
The base class for a type of plugin format, such as VST, AudioUnit, LADSPA, etc.
@see AudioFormatManager
@see AudioPluginFormatManager
*/
class JUCE_API AudioPluginFormat
{