Skip to content

Commit f15cf4b

Browse files
Format inline code [ci-skip]
1 parent 5f9cf4c commit f15cf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def source
290290
# the same as <tt>Encoding.default_external</tt>.
291291
#
292292
# The user can also specify the encoding via a comment on the first
293-
# line of the template (# encoding: NAME-OF-ENCODING). This will work
293+
# line of the template (<tt># encoding: NAME-OF-ENCODING</tt>). This will work
294294
# with any template engine, as we process out the encoding comment
295295
# before passing the source on to the template engine, leaving a
296296
# blank line in its stead.

0 commit comments

Comments
 (0)