Skip to content

Commit

Permalink
didnt git-add these typos
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Oct 20, 2012
1 parent 223b160 commit 9befdfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/faraday/autoload.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Faraday
extend AutoloadHelper# Internal: Adds the ability for other modules to manage autoloadable
# Internal: Adds the ability for other modules to manage autoloadable
# constants.
module AutoloadHelper
# Internal: Registers the constants to be auto loaded.
Expand Down
1 change: 0 additions & 1 deletion lib/faraday/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module Faraday
# end
#
class Request < Struct.new(:method, :path, :params, :headers, :body, :options)
extend AutoloadHelper
extend MiddlewareRegistry

register_middleware 'faraday/request',
Expand Down

0 comments on commit 9befdfa

Please sign in to comment.