Update inline doc

This commit is contained in:
Douwe Maan 2015-10-08 12:58:47 +02:00
parent e0f9d3a547
commit e6419cecf4

View file

@ -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.
#