From 39434ba375389eab72ad84184d6d54a92c2b3551 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 6 Jul 2007 11:17:13 +0000 Subject: [PATCH] use 'neither ... nor ...' instead of 'neither ... or ...' in wxFinite documentation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index eb7efe5e94..1e540a8f97 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -2435,7 +2435,7 @@ checkbox which is shown in the tips dialog.} \func{int}{wxFinite}{\param{double }{x}} -Returns a non-zero value if {\it x} is neither infinite or NaN (not a number), +Returns a non-zero value if {\it x} is neither infinite nor NaN (not a number), returns 0 otherwise. -- 2.45.2