Skip to content

Commit

Permalink
(Fixes issue #743) doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomba committed May 23, 2012
1 parent 5a25008 commit c72268a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/validators/CFileValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* <ul>
* <li>{file}: replaced with the name of the file.</li>
* <li>{limit}: when using {@link tooLarge}, replaced with {@link maxSize};
* when using {@link tooSmall}, replaced with {@link maxSize}; and when using {@link tooMany}
* when using {@link tooSmall}, replaced with {@link minSize}; and when using {@link tooMany}
* replaced with {@link maxFiles}.</li>
* <li>{extensions}: when using {@link wrongType}, it will be replaced with the allowed extensions.</li>
* </ul>
Expand Down

0 comments on commit c72268a

Please sign in to comment.