summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorTakashi Tamura <tamuratak@users.noreply.github.com>2016-01-12 19:52:40 +0900
committerTakashi Tamura <tamuratak@users.noreply.github.com>2016-01-12 19:52:40 +0900
commitd7f5215eb550f38bfc2df057f07421e6047f9987 (patch)
treefcc016a7e2bed53b83eb1be5cab1cc353deed17c /Doc
parent5e141dedcec0ba50e9cd79fdff3a0e3f2f10e5fb (diff)
downloadswig-d7f5215eb550f38bfc2df057f07421e6047f9987.tar.gz
fix typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Ruby.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Ruby.html b/Doc/Manual/Ruby.html
index 27580387b..cfb99e792 100644
--- a/Doc/Manual/Ruby.html
+++ b/Doc/Manual/Ruby.html
@@ -1352,7 +1352,7 @@ are provided.</p>
%include &lt;std_set.i&gt;
-%typemap(IntSet) std::set&lt; int, swig::BinaryPredicate &gt;;
+%template(IntSet) std::set&lt; int, swig::BinaryPredicate &gt;;
</pre></div>
<p>You can then use the set from Ruby with or without a proc