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

Minor documentation fix

This commit is contained in:
ed 2019-07-15 16:41:03 +01:00
parent dc81c295cd
commit cc83c8d0dd

View file

@ -113,7 +113,7 @@ public:
to the pipe, or -1 for an infinite timeout
@param mustNotExist if set to true, the method will fail if the pipe already exists
@returns true if the pipe was created, or false if it fails (e.g. if another process is
already using using the pipe)
already using the pipe)
*/
bool createPipe (const String& pipeName, int pipeReceiveMessageTimeoutMs, bool mustNotExist = false);