1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Fixed typo in doc of juce_WebInputStream.h

This commit is contained in:
Noah Dayan 2017-11-27 11:51:53 +00:00
parent b709bd8d98
commit 4cb6a6fcee

View file

@ -42,7 +42,7 @@ class JUCE_API WebInputStream : public InputStream
@param url The url that should be retrieved. This parameter may also contain
post data and/or parameters.
@param usePost Specifies wheather a GET or a POST command should be used. This
@param usePost Specifies whether a GET or a POST command should be used. This
parameter will also influence the way parameters are encoded.
*/
WebInputStream (const URL& url, const bool usePost);