[前][次][番号順一覧][スレッド一覧]

ruby-changes:28275

From: hsbt <ko1@a...>
Date: Wed, 17 Apr 2013 10:17:08 +0900 (JST)
Subject: [ruby-changes:28275] hsbt:r40327 (trunk): fix typo by @zsalzbank [fix GH-289]

hsbt	2013-04-17 10:16:58 +0900 (Wed, 17 Apr 2013)

  New Revision: 40327

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40327

  Log:
    fix typo by @zsalzbank [fix GH-289]

  Modified files:
    trunk/lib/uri/common.rb

Index: lib/uri/common.rb
===================================================================
--- lib/uri/common.rb	(revision 40326)
+++ lib/uri/common.rb	(revision 40327)
@@ -891,7 +891,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/common.rb#L891
 
   # Decode given +str+ of URL-encoded form data.
   #
-  # This decods + to SP.
+  # This decodes + to SP.
   #
   # See URI.encode_www_form_component, URI.decode_www_form
   def self.decode_www_form_component(str, enc=Encoding::UTF_8)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]