Minor doc tweaks for unrestricted unions

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@13848 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-09-21 18:21:15 +00:00
commit 4c2a1abd6b
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,7 @@ typedef void (*PFD)(double); // The old style
<p>SWIG fully supports any type inside a union even if it does not
define the trivial constructor. For example, the wrapper for the following
define a trivial constructor. For example, the wrapper for the following
code is correctly produced:</p>
<div class="code"><pre>