From 50cd24f1cf4c859b8a602f1cf44baf636b775326 Mon Sep 17 00:00:00 2001 From: gsinclair Date: Fri, 19 Sep 2003 01:51:17 +0000 Subject: Small documentation correction git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/set.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/set.rb') diff --git a/lib/set.rb b/lib/set.rb index 935c07c3e0..222dee1493 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -188,7 +188,7 @@ class Set end alias << add - # Adds the given object to the set and returns self. If it the + # Adds the given object to the set and returns self. If the # object is already in the set, returns nil. def add?(o) if include?(o) -- cgit v1.2.3