summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup/to_tt_only.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markup/to_tt_only.rb')
-rw-r--r--lib/rdoc/markup/to_tt_only.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/markup/to_tt_only.rb b/lib/rdoc/markup/to_tt_only.rb
index ba20fcdd00..4f43546e3d 100644
--- a/lib/rdoc/markup/to_tt_only.rb
+++ b/lib/rdoc/markup/to_tt_only.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
##
# Extracts sections of text enclosed in plus, tt or code. Used to discover
# undocumented parameters.