Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #7126 (closed defect: fixed)

Opened 2 years ago

Last modified 9 months ago

[PATCH] Fixed slight documentation issues for ActionController#layout

Reported by: orangechicken Assigned to: core
Priority: low Milestone: 2.x
Component: ActionPack Version: edge
Severity: trivial Keywords: docs
Cc:

Description

'Twas missing a space before the <tt> type and had an apostrophe afterwards.

Attachments

fixed_space_and_removed_apostrophe_in_layout_documentation.diff (0.9 kB) - added by orangechicken on 01/17/07 11:08:55.
fixed_space_and_removed_apostrophe_in_layout_documentation.2.diff (0.9 kB) - added by jeremymcanally on 11/13/07 04:41:21.
Fixed to apply cleanly on edge

Change History

01/17/07 11:08:55 changed by orangechicken

  • attachment fixed_space_and_removed_apostrophe_in_layout_documentation.diff added.

01/17/07 11:33:43 changed by orangechicken

  • summary changed from [PATCH] [TINY] [DOCUMENTATION] Fixed slight documentation issues for ActionController#layout to [PATCH][DOCS][TINY] Fixed slight documentation issues for ActionController#layout.

01/18/07 08:27:21 changed by orangechicken

  • keywords changed from tiny documentation to tiny documentation verified.

06/08/07 01:04:52 changed by josh

  • keywords changed from tiny documentation verified to docs.
  • priority changed from normal to low.
  • summary changed from [PATCH][DOCS][TINY] Fixed slight documentation issues for ActionController#layout to [PATCH] Fixed slight documentation issues for ActionController#layout.

(Cleaned up keywords: documentation patches only need 'docs')

11/13/07 04:41:21 changed by jeremymcanally

  • attachment fixed_space_and_removed_apostrophe_in_layout_documentation.2.diff added.

Fixed to apply cleanly on edge

11/13/07 04:41:39 changed by jeremymcanally

+1

12/05/07 22:19:14 changed by marcel

  • status changed from new to closed.
  • resolution set to fixed.

(In [8317]) Adding missing space to documentation of the layout method. Closes #7126 [orangechicken, jeremymcanally]