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

Ticket #11436 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

[DOC][PATCH] fix spelling of 'custom' in documentation

Reported by: jsgarvin Assigned to: core
Priority: low Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: minor Keywords: docs
Cc:

Description

The inline documentation for two of the ActiveRecord validation methods incorrectly use the word "customer" when they should say "custom" when describing that the ":message" option lets you set "a customer error message". This is a tiny patch that just fixes these two spelling errors. Since there is no code change, there is nothing to test, so no tests are included.

Attachments

fix_spelling_of_custom_in_docs.txt (1.7 kB) - added by jsgarvin on 03/27/08 02:41:39.
fix_spelling_of_custom_in_docs.diff (1.7 kB) - added by jsgarvin on 03/27/08 02:53:04.

Change History

03/27/08 02:41:39 changed by jsgarvin

  • attachment fix_spelling_of_custom_in_docs.txt added.

03/27/08 02:42:30 changed by jsgarvin

  • summary changed from fix spelling of 'custom' in documentation to [DOC][PATCH] fix spelling of 'custom' in documentation.

03/27/08 02:50:22 changed by jsgarvin

  • keywords set to docs.

03/27/08 02:53:04 changed by jsgarvin

  • attachment fix_spelling_of_custom_in_docs.diff added.

03/27/08 07:44:26 changed by fxn

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