summaryrefslogtreecommitdiff
path: root/lib/banzai/renderer.rb
diff options
context:
space:
mode:
authorsyasonik <syasonik@gitlab.com>2019-07-05 13:53:43 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-16 15:43:24 -0300
commit884ffba633e3d84c9d9da9ac38a1c2a28925f4e1 (patch)
tree749376b4274f044b8b4ccab4a39f964b0527f16d /lib/banzai/renderer.rb
parentbe7290a9eb7a803f33b11e496f20a580133ae10f (diff)
downloadgitlab-ce-rename-banzai-redactors.tar.gz
Rename Redactor classes to ReferenceRedactorrename-banzai-redactors
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