MINOR Updated inconsistent documentation on SSReport

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63961 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-10-09 02:54:09 +00:00
parent ab6a3eae72
commit f40c5f7544

View File

@ -51,7 +51,7 @@ class SSReport extends ViewableData {
* data objects.
*
* @uses getReportField() to render a table, or similar field for the report. This
* method should be defined on the Report subclasses.
* method should be defined on the SSReport subclasses.
*
* @return FieldSet
*/