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

Docs: Fix typo in AudioFormatManager

This commit is contained in:
reuk 2025-06-09 11:22:19 +01:00
parent 5c34248d00
commit 492738c9c5
No known key found for this signature in database

View file

@ -121,7 +121,7 @@ public:
/** Returns a set of wildcards for file-matching that contains the extensions for
all known formats.
E.g. if might return "*.wav;*.aiff" if it just knows about wavs and aiffs.
E.g. it might return "*.wav;*.aiff" if it just knows about wavs and aiffs.
*/
String getWildcardForAllFormats() const;