Skip to content

Commit e85d314

Browse files
Merge pull request rails#55048 from pkayokay/fix-duplicate-bullet-points-in-ac-renderer-docs
Fix duplicate items in action controller renderer docs [ci-skip]
2 parents 74701dc + ddb6717 commit e85d314

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actionpack/lib/action_controller/renderer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def with_defaults(defaults)
9696
# * `:script_name` - The portion of the incoming request's URL path that
9797
# corresponds to the application. Converts to Rack's `SCRIPT_NAME`.
9898
# * `:input` - The input stream. Converts to Rack's `rack.input`.
99-
#
10099
# * `defaults` - Default values for the Rack env. Entries are specified in the
101100
# same format as `env`. `env` will be merged on top of these values.
102101
# `defaults` will be retained when calling #new on a renderer instance.

0 commit comments

Comments
 (0)