diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-24 12:18:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-24 12:18:25 -0700 |
commit | 85ac1dfc379d84b07f9ff06ce1299b2856eb39d8 (patch) | |
tree | a0a179a12292d76f5bf8eebc9da3bb4cdfa39c64 /lib | |
parent | b58b8e834366e120e79fdaffaa6a95ac528bc952 (diff) | |
parent | 3043547212bc0ebd00376363f35ee65928bc2d13 (diff) | |
download | chef-85ac1dfc379d84b07f9ff06ce1299b2856eb39d8.tar.gz |
Merge pull request #7580 from chef/yard
Simplify / fix our yard doc Rake task
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http.rb b/lib/chef/http.rb index 016e81d12c..3f815b9eff 100644 --- a/lib/chef/http.rb +++ b/lib/chef/http.rb @@ -215,7 +215,7 @@ class Chef # you to unlink the tempfile when you're done with it. # # @yield [tempfile] block to process the tempfile - # @yieldparams [tempfile<Tempfile>] tempfile + # @yieldparam [tempfile<Tempfile>] tempfile def streaming_request(path, headers = {}, tempfile = nil) http_attempts ||= 0 url = create_url(path) |