Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-08 13:58:47 +0300
committerDouwe Maan <douwe@gitlab.com>2015-10-08 14:00:49 +0300
commite6419cecf4221d44be6e80a41ed668bd79f247fb (patch)
treec10ad7da7cb02b74b488c01eb27b2b7dbed9b698 /lib/gitlab/markdown
parente0f9d3a547e340d229f6164c917d19955a10b371 (diff)
Update inline doc
Diffstat (limited to 'lib/gitlab/markdown')
-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.
#