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:
authorSarah Yasonik <syasonik@gitlab.com>2019-07-16 23:19:08 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-16 23:19:08 +0300
commitcea7ba513c6d623ef921fba07910e98cca71435b (patch)
treeeccb6d0bbf6be850e276c6e2a0fa99785d564270 /lib/banzai/renderer.rb
parentb8d876f1325c2bcb40350180c99fde289b46d3b9 (diff)
Rename Redactor classes to ReferenceRedactor
Diffstat (limited to 'lib/banzai/renderer.rb')
-rw-r--r--lib/banzai/renderer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/banzai/renderer.rb b/lib/banzai/renderer.rb
index 81f32ef5bcf..3cb9ec21e8f 100644
--- a/lib/banzai/renderer.rb
+++ b/lib/banzai/renderer.rb
@@ -134,7 +134,7 @@ module Banzai
#
# This method is used to perform state-dependent changes to a String of
# HTML, such as removing references that the current user doesn't have
- # permission to make (`RedactorFilter`).
+ # permission to make (`ReferenceRedactorFilter`).
#
# html - String to process
# context - Hash of options to customize output