summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2019-04-01 18:00:26 +0200
committerOlle Jonsson <olle.jonsson@gmail.com>2019-04-01 18:00:36 +0200
commit711964367b0f5e48d09bb3cfb9e04953f9226b14 (patch)
tree0750afa086bf775a733f2fb4eded8d8d7c8eff70
parent5ed93e290a06e5cb8b168fc81c1360c81c7d328e (diff)
downloadmixlib-log-711964367b0f5e48d09bb3cfb9e04953f9226b14.tar.gz
Escape YARD annotation to avoid directive
- AND avoid the whitespace becomes a monospace-formatted section Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
-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