API docs: it's => its fix

This commit is contained in:
John Scipione
2017-11-09 13:23:55 -08:00
parent fd6ef33795
commit 44b874666a
17 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -317,7 +317,7 @@
/*!
\fn BCursor::~BCursor()
\brief Destroy the cursor and free it's memory.
\brief Destroy the cursor and free its memory.
\since BeOS R5
*/
+1 -1
View File
@@ -280,7 +280,7 @@
was called.
If you care whether Invoke() or InvokeNotify() was originally called,
you can use a bool pointer and set it's value to \c true if InvokeNotify()
you can use a bool pointer and set its value to \c true if InvokeNotify()
was called, or \c false if Invoke() was called. This lets you fetch the
InvokeNotify() arguments from Invoke() without breaking binary compatibility
with older applications.