diff --git a/SWIG/Doc/Manual/SWIGPlus.html b/SWIG/Doc/Manual/SWIGPlus.html index e7f915149..418cdbf06 100644 --- a/SWIG/Doc/Manual/SWIGPlus.html +++ b/SWIG/Doc/Manual/SWIGPlus.html @@ -44,7 +44,7 @@
@@ -3627,7 +3627,7 @@ Obviously, the exact details of how exceptions are handled depend on the target
-Since exception specifiers are sometimes only used sparingly, this alone may not be enough to +Since exception specifications are sometimes only used sparingly, this alone may not be enough to properly handle C++ exceptions. To do that, a different set of special SWIG directives are used. Consult the "Customization features" chapter for details.
diff --git a/SWIG/Doc/Manual/Typemaps.html b/SWIG/Doc/Manual/Typemaps.html index 87183b032..825d6942c 100644 --- a/SWIG/Doc/Manual/Typemaps.html +++ b/SWIG/Doc/Manual/Typemaps.html @@ -506,7 +506,7 @@ int foo(int x, double y, char *s);