Skip to content

Commit 40f6c12

Browse files
authored
Merge pull request rails#48044 from p8/docs/fix-headers
Escape namespaces in some doc headers [ci-skip]
2 parents 2c274bf + f895882 commit 40f6c12

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

actionpack/lib/abstract_controller/callbacks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module AbstractController
4-
# = Abstract Controller Callbacks
4+
# = Abstract Controller \Callbacks
55
#
66
# Abstract Controller provides hooks during the life cycle of a controller action.
77
# Callbacks allow you to trigger logic during this cycle. Available callbacks are:

actionview/lib/action_view/helpers/csp_helper.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
module ActionView
44
module Helpers # :nodoc:
5+
# = Action View CSP \Helpers
56
module CspHelper
6-
# = Action View CSP \Helpers
7-
#
87
# Returns a meta tag "csp-nonce" with the per-session nonce value
98
# for allowing inline <script> tags.
109
#

actionview/lib/action_view/helpers/date_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
module ActionView
1212
module Helpers # :nodoc:
13-
# = Action View Date \Helpers
13+
# = Action View \Date \Helpers
1414
#
1515
# The Date Helper primarily creates select/option tags for different kinds of dates and times or date and time
1616
# elements. All of the select-type methods share a number of common options that are as follows:

actionview/lib/action_view/helpers/rendering_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module ActionView
44
module Helpers # :nodoc:
5-
# = Action View Rendering \Helpers
5+
# = Action View \Rendering \Helpers
66
#
77
# Implements methods that allow rendering from a view context.
88
# In order to use this module, all you need is to implement

0 commit comments

Comments
 (0)