From bda57d1d8f3dfeff2d4e6bd63dae79689da8e264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81my=20Coutable?= Date: Wed, 21 Sep 2011 18:54:33 +0200 Subject: [PATCH] Little doc improvements --- lib/guard/dsl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/guard/dsl.rb b/lib/guard/dsl.rb index 16fc207..adc2099 100644 --- a/lib/guard/dsl.rb +++ b/lib/guard/dsl.rb @@ -142,7 +142,7 @@ module Guard end # Get the content to evaluate and stores it into - # the options as :guardfile_contents. + # the options as `:guardfile_contents`. # def fetch_guardfile_contents if @@options[:guardfile_contents] @@ -210,7 +210,7 @@ module Guard end # Gets the default path of the `Guardfile`. This returns the `Guardfile` - # from the current directory when existing, or the global `Guardfile` + # from the current directory when existing, or the global `.Guardfile` # at the home directory. # # @return [String] the path to the Guardfile