[haiku-commits] haiku: hrev48709 - docs/user/app

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 22 Jan 2015 19:44:00 +0100 (CET)

hrev48709 adds 1 changeset to branch 'master'
old head: 01f0c66a7462cd818d997e727c05e4c38dbe1ebf
new head: a82d6bdd3e7f81fa823436702185502c471f3fac
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=a82d6bdd3e7f+%5E01f0c66a7462

----------------------------------------------------------------------------

a82d6bdd3e7f: Replace 'should' with 'must' in BInvoker::SendMessage() docs

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev48709
Commit:      a82d6bdd3e7f81fa823436702185502c471f3fac
URL:         http://cgit.haiku-os.org/haiku/commit/?id=a82d6bdd3e7f
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Thu Jan 22 18:43:45 2015 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
docs/user/app/Invoker.dox | 2 +-

----------------------------------------------------------------------------

diff --git a/docs/user/app/Invoker.dox b/docs/user/app/Invoker.dox
index 7578dc5..8c85fd1 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
 */


Other related posts:

  • » [haiku-commits] haiku: hrev48709 - docs/user/app - jscipione