MINOR: Fix phpdoc parsing error

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63125 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-09-26 04:26:06 +00:00
parent 525e5b14c6
commit bd6a645857

View File

@ -1512,7 +1512,7 @@ class DataObject extends ViewableData implements DataObjectInterface {
* }
* </example>
*
* @see Good example of complex FormField building: {@link SiteTree::getCMSFields()}
* @see Good example of complex FormField building: SiteTree::getCMSFields()
*
* @return FieldSet
*/