summaryrefslogtreecommitdiff
path: root/Lib/ruby
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-04-21 15:54:46 +1200
committerOlly Betts <olly@survex.com>2021-04-21 15:54:46 +1200
commitf198ff0a43b3bb7c71088c8789d72026b7dae279 (patch)
treea2f3fbc9bc1b231dded6bbce915a0adf8c3727b5 /Lib/ruby
parentabda4caeae1a18d07a5f5ab394a42e90470430bf (diff)
downloadswig-f198ff0a43b3bb7c71088c8789d72026b7dae279.tar.gz
Fix more "allows to" and other typos
Diffstat (limited to 'Lib/ruby')
-rw-r--r--Lib/ruby/std_auto_ptr.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ruby/std_auto_ptr.i b/Lib/ruby/std_auto_ptr.i
index 3a415b942..eab8ec53d 100644
--- a/Lib/ruby/std_auto_ptr.i
+++ b/Lib/ruby/std_auto_ptr.i
@@ -1,5 +1,5 @@
/*
- The typemaps here allow to handle functions returning std::auto_ptr<>,
+ The typemaps here allow handling functions returning std::auto_ptr<>,
which is the most common use of this type. If you have functions taking it
as parameter, these typemaps can't be used for them and you need to do
something else (e.g. use shared_ptr<> which SWIG supports fully).