summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/ruby.rb')
-rw-r--r--lib/chef/resource/ruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/ruby.rb b/lib/chef/resource/ruby.rb
index ba5aec103b..a9f3ae24fd 100644
--- a/lib/chef/resource/ruby.rb
+++ b/lib/chef/resource/ruby.rb
@@ -27,9 +27,9 @@ class Chef
description "Use the **ruby** resource to execute scripts using the Ruby interpreter. This"\
" resource may also use any of the actions and properties that are available"\
- " to the execute resource. Commands that are executed with this resource are (by"\
+ " to the **execute** resource. Commands that are executed with this resource are (by"\
" their nature) not idempotent, as they are typically unique to the environment"\
- " in which they are run. Use not_if and only_if to guard this resource for idempotence."
+ " in which they are run. Use `not_if` and `only_if` to guard this resource for idempotence."
def initialize(name, run_context = nil)
super