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

Ticket #11263 (closed enhancement: fixed)

Opened 5 months ago

Last modified 4 months ago

[PATCH][DOCS] Improved documentation formatting for distance_of_time_in_words

Reported by: Irfy Assigned to: core
Priority: low Milestone: 2.x
Component: ActionPack Version: edge
Severity: minor Keywords: tiny date_helper distance_of_time_in_words formatting
Cc:

Description

It is impossible to comprehend the two tables describing the behavior of distance_of_time_in_words from the generated documentation (take a look at the online docs).

The provided patch fixes this formatting issue and corrects 3 additional typos/style issues ("based", missing colon, <tt>-formatting of a parameter name).

Attachments

improved_distance_of_time_in_words_documentation.diff (3.6 kB) - added by Irfy on 03/02/08 19:59:03.
Improved distance_of_time_in_words documentation

Change History

03/02/08 19:59:03 changed by Irfy

  • attachment improved_distance_of_time_in_words_documentation.diff added.

Improved distance_of_time_in_words documentation

03/02/08 21:16:23 changed by esad

  • keywords changed from date_helper distance_of_time_in_words formatting to tiny date_helper distance_of_time_in_words formatting.

+1

03/15/08 20:00:44 changed by david

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

(In [9031]) Docfix (closes #11263) [Irfy]