summaryrefslogtreecommitdiff
path: root/lib/chef/resource/alternatives.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/alternatives.rb')
-rw-r--r--lib/chef/resource/alternatives.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/alternatives.rb b/lib/chef/resource/alternatives.rb
index 58de3d5102..fe5af6b7b6 100644
--- a/lib/chef/resource/alternatives.rb
+++ b/lib/chef/resource/alternatives.rb
@@ -89,7 +89,7 @@ class Chef
description: "The path to the alternatives link."
property :path, String,
- description: "The full path to the original application binary such as `/usr/bin/ruby27`."
+ description: "The absolute path to the original application binary such as `/usr/bin/ruby27`."
property :priority, [String, Integer],
coerce: proc { |n| n.to_i },