mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Fix typo
This commit is contained in:
parent
f052e1becb
commit
fe47c135a5
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ public:
|
|||
If it does need saving it'll prompt the user, and if they say "discard changes" the
|
||||
callback will be called with savedOk, so again, you can safely delete the document.
|
||||
|
||||
If the user clicks "cancel", the callback will be aclled with userCancelledSave, so
|
||||
If the user clicks "cancel", the callback will be called with userCancelledSave, so
|
||||
you can abort the close-document operation.
|
||||
|
||||
And if they click "save changes", it'll try to save and the callback will be called
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue