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

Ticket #10062 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] ActionView::Helpers::FormHelper small docfixes

Reported by: chuyeow Assigned to: core
Priority: normal Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: normal Keywords: tiny docs
Cc:

Description

Fix awkward first sentence in documentation and standardize on HTML as opposed to the lowercase html. Also cleared some unnecessary whitespace.

Attachments

form_helper_docfixes.diff (14.5 kB) - added by chuyeow on 11/02/07 11:00:02.

Change History

11/02/07 11:00:02 changed by chuyeow

  • attachment form_helper_docfixes.diff added.

11/06/07 05:56:06 changed by nzkoz

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

(In [8080]) Grammatical and whitespace fixes for form helper docs. Closes #10062 [chuyeow]