From ab6a3eae72ab500eaa250f6fd464159cf694c81e Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 9 Oct 2008 02:53:05 +0000 Subject: [PATCH] MINOR Updated SSReport class documentation to make sense git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63959 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/SSReport.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/SSReport.php b/code/SSReport.php index 205c20db..c103e8d3 100644 --- a/code/SSReport.php +++ b/code/SSReport.php @@ -15,9 +15,10 @@ * such as a ComplexTableField, or TableListField. This * is the "meat" of the report, as it's designed to * show the actual data for the function of the report. - * For example, if this was an order that should show + * For example, if this was a report that should show * all orders that aren't printed, then it would show - * a TableListField with the filter "Unprinted = 1". + * a TableListField listing orders that have the property + * "Unprinted = 1". * * @see ReportAdmin for where SSReport instances are * used in the CMS.