Merge pull request #585 from tamuratak/master

Fix typo in Ruby docs
This commit is contained in:
William S Fulton 2016-02-07 13:19:27 +00:00
commit 7270da08f4

View file

@ -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