From 74f7038ec12008aadb5fc6aa41f0699b993ee6fd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 2 Nov 2009 09:05:36 -0800 Subject: [PATCH] Fix a bad comment. --- lib/WebGUI/Asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 4ab569fda..ea33cacb3 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1096,7 +1096,7 @@ sub getEditForm { } } - # send back the rendered form + # send back the object return $tabform; }