From c366a99cc539d9a963cbaac8040e988699609026 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 18 Jul 2013 13:50:32 +0000 Subject: * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] Patch by Dave Worth https://github.com/ruby/ruby/pull/341 * lib/webrick.rb: ditto * lib/scanf.rb: ditto * lib/xmlrpc/config.rb: ditto * lib/resolv.rb: ditto * lib/e2mmap.rb: ditto * lib/fileutils.rb: ditto * lib/mkmf.rb: ditto * lib/cgi/session.rb: ditto * lib/yaml.rb: ditto * lib/erb.rb: ditto * lib/irb.rb: ditto * lib/tracer.rb: ditto * lib/net/http.rb: ditto * ext/syslog/lib/syslog/logger.rb: ditto * sample/pty/expect_sample.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/scanf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/scanf.rb') diff --git a/lib/scanf.rb b/lib/scanf.rb index cd1596be8f..199eb16cce 100644 --- a/lib/scanf.rb +++ b/lib/scanf.rb @@ -10,7 +10,7 @@ # == Description # # scanf is an implementation of the C function scanf(3), modified as necessary -# for ruby compatibility. +# for Ruby compatibility. # # the methods provided are String#scanf, IO#scanf, and # Kernel#scanf. Kernel#scanf is a wrapper around STDIN.scanf. IO#scanf -- cgit v1.2.1