From 1fb5d99dfd4aa16e2d5789cffc48f26949d6af7c Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 23 May 2014 21:56:49 +0100 Subject: [PATCH] Documentation fix. --- modules/juce_events/broadcasters/juce_AsyncUpdater.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_events/broadcasters/juce_AsyncUpdater.h b/modules/juce_events/broadcasters/juce_AsyncUpdater.h index f2b8d355a7..79ab6e1cae 100644 --- a/modules/juce_events/broadcasters/juce_AsyncUpdater.h +++ b/modules/juce_events/broadcasters/juce_AsyncUpdater.h @@ -68,8 +68,8 @@ public: callback happens, this will cancel the handleAsyncUpdate() callback. Note that this method simply cancels the next callback - if a callback is already - in progress on a different thread, this won't block until it finishes, so there's - no guarantee that the callback isn't still running when you return from + in progress on a different thread, this won't block until the callback finishes, so + there's no guarantee that the callback isn't still running when the method returns. */ void cancelPendingUpdate() noexcept;