1
0
Fork 0
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:
ed 2018-04-30 09:16:27 +01:00
parent d1ed072622
commit a7b1720df0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -124,7 +124,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 OSX where the OS automatically stops you launching
a second instance of an app without explicitly starting it from the command-line).