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:
parent
b709bd8d98
commit
4cb6a6fcee
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue