From a82d6bdd3e7f81fa823436702185502c471f3fac Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 22 Jan 2015 13:43:45 -0500 Subject: [PATCH] Replace 'should' with 'must' in BInvoker::SendMessage() docs --- docs/user/app/Invoker.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/app/Invoker.dox b/docs/user/app/Invoker.dox index 7578dc53c6..8c85fd18c9 100644 --- a/docs/user/app/Invoker.dox +++ b/docs/user/app/Invoker.dox @@ -105,7 +105,7 @@ When Invoke() is called with a \c NULL message parameter, a copy of the passed in \a message is sent to the target BHandler. BInvoker takes - ownership of the BMessage object, so you should not delete it yourself. + ownership of the BMessage object, so you must not delete it yourself. \since BeOS R3 */