Browse Source

fixed typo in form class.

Taylor Otwell 14 years ago
parent
commit
5ddab2bf96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/form.php

+ 1 - 1
system/form.php

@@ -56,7 +56,7 @@ class Form {
 	/**
 	/**
 	 * Close a HTML form.
 	 * Close a HTML form.
 	 *
 	 *
-	 * @return void
+	 * @return string
 	 */
 	 */
 	public static function close()
 	public static function close()
 	{
 	{