File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -788,11 +788,11 @@ def self.accept_charset=(accept_charset)
788788 #
789789 # The behavior of this method depends _strongly_ on whether it is called
790790 # within a standard \CGI call environment;
791- # that is, whether <tt>ENV['REQUEST_HEADER ']</tt> is defined.
791+ # that is, whether <tt>ENV['REQUEST_METHOD ']</tt> is defined.
792792 #
793793 # <b>Within a Standard Call Environment</b>
794794 #
795- # This section assumes that <tt>ENV['REQUEST_HEADER ']</tt> is defined;
795+ # This section assumes that <tt>ENV['REQUEST_METHOD ']</tt> is defined;
796796 # for example:
797797 #
798798 # ENV['REQUEST_METHOD'] # => "GET"
@@ -878,7 +878,7 @@ def self.accept_charset=(accept_charset)
878878 #
879879 # <b>Outside a Standard Call Environment</b>
880880 #
881- # This section assumes that <tt>ENV['REQUEST_HEADER ']</tt> is not defined;
881+ # This section assumes that <tt>ENV['REQUEST_METHOD ']</tt> is not defined;
882882 # for example:
883883 #
884884 # ENV['REQUEST_METHOD'] # => nil
You can’t perform that action at this time.
0 commit comments