lib/ronin/web.rb in ronin-web-1.0.0.beta3 vs lib/ronin/web.rb in ronin-web-1.0.0.beta4

- old
+ new

@@ -238,11 +238,11 @@ # The URL to request. # # @param [Array, Hash] parameters # Additional parameters for the GET request. # - # param [Hash] headers + # @param [Hash] headers # Additional headers for the GET request. # # @yield [page] # If a block is given, it will be passed the page for the requested # URL. @@ -280,10 +280,10 @@ # The URL to request. # # @param [Array, Hash] parameters # Additional parameters for the GET request. # - # param [Hash] headers + # @param [Hash] headers # Additional headers for the GET request. # # @yield [body] # If a block is given, it will be passed the body of the page. #