X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53ae92099f3b4226bfcfaff2aa8f304c38183c9d..c50f92d08cc3633f8127931e7cf5d362ab8ac392:/docs/latex/wx/datespan.tex diff --git a/docs/latex/wx/datespan.tex b/docs/latex/wx/datespan.tex index 0794bbe5cd..d21ee72637 100644 --- a/docs/latex/wx/datespan.tex +++ b/docs/latex/wx/datespan.tex @@ -39,7 +39,7 @@ function. Equality operators are defined for wxDateSpans. Two datespans are equal if and only if they both give the same target date when added to {\bf every} source date. Thus wxDateSpan::Months(1) is not equal to wxDateSpan::Days(30), -because they not give the same date when added to 1 Feb. But +because they don't give the same date when added to 1 Feb. But wxDateSpan::Days(14) is equal to wxDateSpan::Weeks(2) Finally, notice that for adding hours, minutes and so on you don't need this @@ -321,3 +321,4 @@ Returns {\tt true} if this date span is different from the other one. \wxheading{See also} \helpref{operator==}{wxdatespanoperatorequal} +