diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-11 13:20:45 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-11 13:20:45 -0700 |
commit | 264d03d07c184ad5322469d0174b06f5d475f087 (patch) | |
tree | 5ff50024d939e1728c24d9900c66982427fe3166 /lib/chef/api_client.rb | |
parent | 84ea1415f0a31780d3ff03de340e32af23ff62c4 (diff) | |
download | chef-264d03d07c184ad5322469d0174b06f5d475f087.tar.gz |
Fix some yard warningsyard_warnings
More Rubymine warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/api_client.rb')
-rw-r--r-- | lib/chef/api_client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/api_client.rb b/lib/chef/api_client.rb index 551d9a6035..656a0e364f 100644 --- a/lib/chef/api_client.rb +++ b/lib/chef/api_client.rb @@ -83,7 +83,7 @@ class Chef # Gets or sets whether this client is a validator. # - # @param [Boolean] whether or not the client is a validator. If + # @param [Boolean] arg whether or not the client is a validator. If # `nil`, retrieves the already-set value. # @return [Boolean] The current value def validator(arg = nil) |