X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..d3e78bab3ea46183c22a5f0484b931a99b897636:/docs/latex/wx/clasinfo.tex?ds=inline diff --git a/docs/latex/wx/clasinfo.tex b/docs/latex/wx/clasinfo.tex index bdb9e3fa75..daaf95423e 100644 --- a/docs/latex/wx/clasinfo.tex +++ b/docs/latex/wx/clasinfo.tex @@ -31,7 +31,7 @@ class, so there is no need to create such objects explicitly in an application. \func{wxObject*}{CreateObject}{\void} Creates an object of the appropriate kind. Returns NULL if the class has not been declared -dynamically createable (typically, it's an abstract class). +dynamically creatable (typically, it is an abstract class). \membersection{wxClassInfo::FindClass} @@ -74,6 +74,6 @@ of IsKindOf. Called in base wxWindows library initialization. \func{bool}{IsKindOf}{\param{wxClassInfo* }{info}} -Returns TRUE if this class is a kind of (inherits from) the given class. +Returns true if this class is a kind of (inherits from) the given class.