summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtasks/docs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index 78e9c13b2c..aba7524402 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -236,7 +236,7 @@ namespace :docs_site do
case preface
when "Note:"
- description << { "note" => [element] }
+ description << { "note" => element }
when "Warning:"
description << { "warning" => [element] }
when nil