From 46c4a88e3c4e58a8c3d11cc5d89c4181d2edda2c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 5 Dec 2011 15:10:21 -0800 Subject: [PATCH] Fix spelling errors. --- docs/migration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration.txt b/docs/migration.txt index 150ae7111..5910b1266 100644 --- a/docs/migration.txt +++ b/docs/migration.txt @@ -260,9 +260,9 @@ if (my $exception = Exception::Class->caught() ) { Removed Methods --------------- -assetDbProperties - Simply instantiate the asset if you want it's properties. +assetDbProperties - Simply instanciate the asset if you want it's properties. -assetExists - Simply instantiate the asset if you want to know if it exists. +assetExists - Simply instanciate the asset if you want to know if it exists. getValue - Use get() or the individual property accessors instead.