From 0cdf1c3a391d53c97a71e369ab0e07790c855b1a Mon Sep 17 00:00:00 2001 From: myilmaz Date: Tue, 24 Jul 2007 20:37:50 +0000 Subject: [PATCH] Bah, why must I suck at spelling :-p --- manual/new/docs/en/object-relational-mapping/introduction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/new/docs/en/object-relational-mapping/introduction.txt b/manual/new/docs/en/object-relational-mapping/introduction.txt index c490bb674..50cc5fe3d 100644 --- a/manual/new/docs/en/object-relational-mapping/introduction.txt +++ b/manual/new/docs/en/object-relational-mapping/introduction.txt @@ -40,4 +40,4 @@ class Email extends Doctrine_Record { } -Note that validators / column constraints and the column length fields are optional. The length may be omitted by using **null** for the length arguement, allowing doctrine to use a default length and permitting a fourth arguement for validation or column constraints. +Note that validators / column constraints and the column length fields are optional. The length may be omitted by using **null** for the length argument, allowing doctrine to use a default length and permitting a fourth argument for validation or column constraints.