summaryrefslogtreecommitdiff
path: root/lib/chef/api_client.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-11 13:20:45 -0700
committerTim Smith <tsmith@chef.io>2018-03-11 13:20:45 -0700
commit264d03d07c184ad5322469d0174b06f5d475f087 (patch)
tree5ff50024d939e1728c24d9900c66982427fe3166 /lib/chef/api_client.rb
parent84ea1415f0a31780d3ff03de340e32af23ff62c4 (diff)
downloadchef-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.rb2
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)