summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubycontainer_extended.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ruby/rubycontainer_extended.swg')
-rw-r--r--Lib/ruby/rubycontainer_extended.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ruby/rubycontainer_extended.swg b/Lib/ruby/rubycontainer_extended.swg
index 360e399ce..81936b9da 100644
--- a/Lib/ruby/rubycontainer_extended.swg
+++ b/Lib/ruby/rubycontainer_extended.swg
@@ -76,7 +76,7 @@
catch ( const std::invalid_argument& )
{
rb_raise(rb_eTypeError,
- "Yield block did not return a valid element for " #Container);
+ "Yield block did not return a valid element for " "Container");
}
return $self;