MINOR phpDoc comment error fix

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64411 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-10-16 11:50:55 +00:00
parent 3e13bd8307
commit b8ef87d24a

View File

@ -57,7 +57,7 @@ class FormAction extends FormField {
/** /**
* Create a submit input, or button tag * Create a submit input, or button tag
* using {@link Form->createTag()} functionality. * using {@link FormField->createTag()} functionality.
* *
* @return HTML code for the input OR button element * @return HTML code for the input OR button element
*/ */