X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..3225a4b8b8656f25dac6cb20684a3c2c273cf796:/interface/wx/numdlg.h

diff --git a/interface/wx/numdlg.h b/interface/wx/numdlg.h
index 904f67e2e8..fadc4ea77c 100644
--- a/interface/wx/numdlg.h
+++ b/interface/wx/numdlg.h
@@ -3,10 +3,10 @@
 // Purpose:     interface of global functions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/** @ingroup group_funcmacro_dialog */
+/** @addtogroup group_funcmacro_dialog */
 //@{
 
 /**
@@ -16,8 +16,8 @@
 
     The number entered must be in the range @c min to @c max (both of which
     should be positive) and @c value is the initial value of it. If the user
-    enters an invalid value or cancels the dialog, the function will return
-    -1.
+    enters an invalid value, it is forced to fall into the specified range. If
+    the user cancels the dialog, the function returns -1.
 
     Dialog is centered on its @c parent unless an explicit position is given
     in @c pos.