summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-01 09:03:00 -0700
committerGitHub <noreply@github.com>2019-04-01 09:03:00 -0700
commit7ad076b72d383f476f554dfc4821f5b9c02467aa (patch)
tree0750afa086bf775a733f2fb4eded8d8d7c8eff70
parent5ed93e290a06e5cb8b168fc81c1360c81c7d328e (diff)
parent711964367b0f5e48d09bb3cfb9e04953f9226b14 (diff)
downloadmixlib-log-7ad076b72d383f476f554dfc4821f5b9c02467aa.tar.gz
Merge pull request #50 from olleolleolle/fix-yard-mistake
Escape YARD annotation to avoid directive
-rw-r--r--lib/mixlib/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/log.rb b/lib/mixlib/log.rb
index 9ad4508..491bbc8 100644
--- a/lib/mixlib/log.rb
+++ b/lib/mixlib/log.rb
@@ -36,7 +36,7 @@ module Mixlib
end
# An Array of log devices that will be logged to. Defaults to just the default
- # @logger log device, but you can push to this array to add more devices.
+ # \@logger log device, but you can push to this array to add more devices.
def loggers
@loggers ||= [logger]
end