From 6b6daad0109d57333c546e3368dc919350c083bf Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 5 Jul 2007 16:47:57 +0000 Subject: [PATCH] typo fix --- .../docs/en/working-with-objects/component-overview/record.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/new/docs/en/working-with-objects/component-overview/record.txt b/manual/new/docs/en/working-with-objects/component-overview/record.txt index 7cabedc1d..383e19c4d 100644 --- a/manual/new/docs/en/working-with-objects/component-overview/record.txt +++ b/manual/new/docs/en/working-with-objects/component-overview/record.txt @@ -194,7 +194,7 @@ $copy = $user->copy(); ++++ Saving a blank record -By default Doctrine doesn't execute when save() is being called on an unmodified record. There might be situations where you want to force-insert the record even if it has not been modified. This can be achieved by assigning the state of the object to Doctrine_Recort::STATE_TDIRTY. +By default Doctrine doesn't execute when save() is being called on an unmodified record. There might be situations where you want to force-insert the record even if it has not been modified. This can be achieved by assigning the state of the record to Doctrine_Record::STATE_TDIRTY. $user = new User();