summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gitlab/markdown/reference_filter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/markdown/reference_filter.rb b/lib/gitlab/markdown/reference_filter.rb
index 42eadf450c7..a4303d96bef 100644
--- a/lib/gitlab/markdown/reference_filter.rb
+++ b/lib/gitlab/markdown/reference_filter.rb
@@ -39,8 +39,8 @@ module Gitlab
# Add a reference to the pipeline's result Hash
#
- # type - Singular Symbol reference type (e.g., :issue, :user, etc.)
- # value - Object to add
+ # type - Singular Symbol reference type (e.g., :issue, :user, etc.)
+ # values - One or more Objects to add
def push_result(type, *values)
return if values.empty?