diff --git a/Doc/Manual/Customization.html b/Doc/Manual/Customization.html index 88ccaf409..1cc258030 100644 --- a/Doc/Manual/Customization.html +++ b/Doc/Manual/Customization.html @@ -546,8 +546,8 @@ void destroy_foo(Foo *foo);
-which instructs SWIG that the pointer passed destroy_foo will -be destroyed and therefore, the target language should not attemp to +which instructs SWIG that the pointer passed to destroy_foo will +be destroyed, and therefore, the target language should not attemp to deallocate it twice. This is similar to the DISOWN typemap, and in fact, it also depends on the target language to implement the 'disown' mechanism properly.