summaryrefslogtreecommitdiff
path: root/Examples/tcl/class/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/tcl/class/index.html')
-rw-r--r--Examples/tcl/class/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/tcl/class/index.html b/Examples/tcl/class/index.html
index 5b09b7a9d..16dbeea4f 100644
--- a/Examples/tcl/class/index.html
+++ b/Examples/tcl/class/index.html
@@ -229,11 +229,11 @@ set Shapes_nshapes 13 # Set a static data member
<li>The low-level function interface is much faster than the high-level interface.
In fact, all the higher level interface does is call functions in the low-level interface.
-<li>SWIG *does* know how to properly perform upcasting of objects in an inheritance
+<li>SWIG <b>does</b> know how to properly perform upcasting of objects in an inheritance
hierarchy (including multiple inheritance). Therefore it is perfectly safe to pass
an object of a derived class to any function involving a base class.
-<li>C++ Namespaces - %nspace isn't yet supported for Python.
+<li>C++ Namespaces - %nspace isn't yet supported for Tcl.
</ul>