mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a couple more documentation typos
This commit is contained in:
parent
d1ed072622
commit
a7b1720df0
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ public:
|
|||
|
||||
/** Checks whether multiple instances of the app are allowed.
|
||||
|
||||
If you application class returns true for this, more than one instance is
|
||||
If your application class returns true for this, more than one instance is
|
||||
permitted to run (except on the Mac where this isn't possible).
|
||||
|
||||
If it's false, the second instance won't start, but it you will still get a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue