diff options
Diffstat (limited to 'lib/chef/chef_class.rb')
-rw-r--r-- | lib/chef/chef_class.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/chef_class.rb b/lib/chef/chef_class.rb index e61fd5e1d2..bfea51609a 100644 --- a/lib/chef/chef_class.rb +++ b/lib/chef/chef_class.rb @@ -200,8 +200,8 @@ class Chef # # Emit a deprecation message. # - # @param type The message to send. This should be a symbol, referring to - # a class defined in Chef::Deprecated + # @param [Symbol] type The message to send. This should refer to a class + # defined in Chef::Deprecated # @param message An explicit message to display, rather than the generic one # associated with the deprecation. # @param location The location. Defaults to the caller who called you (since |