From 2a2626406427b38abf85b01bda2805fa381689b4 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 2 Jan 2010 18:10:47 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/resolv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/resolv.rb b/lib/resolv.rb index 4ac24f3b36..bcc677b2a7 100644 --- a/lib/resolv.rb +++ b/lib/resolv.rb @@ -9,10 +9,10 @@ rescue LoadError end # Resolv is a thread-aware DNS resolver library written in Ruby. Resolv can -# handle multiple DNS requests concurrently without blocking. The ruby +# handle multiple DNS requests concurrently without blocking the entire ruby # interpreter. # -# See also resolv-replace.rb to replace the libc resolver with # Resolv. +# See also resolv-replace.rb to replace the libc resolver with Resolv. # # Resolv can look up various DNS resources using the DNS module directly. # -- cgit v1.2.3