summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/markdown/reference_gatherer_filter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/markdown/reference_gatherer_filter.rb b/lib/gitlab/markdown/reference_gatherer_filter.rb
index 171ff906da6..89acb312cd5 100644
--- a/lib/gitlab/markdown/reference_gatherer_filter.rb
+++ b/lib/gitlab/markdown/reference_gatherer_filter.rb
@@ -3,8 +3,8 @@ require 'html/pipeline/filter'
module Gitlab
module Markdown
- # HTML filter that removes references to records that the current user does
- # not have permission to view.
+ # HTML filter that gathers all referenced records that the current user has
+ # permission to view.
#
# Expected to be run in its own post-processing pipeline.
#