summaryrefslogtreecommitdiff
path: root/framework/Web
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-06-01 20:01:35 +0000
committerctrlaltca@gmail.com <>2011-06-01 20:01:35 +0000
commit8ce0a1d0f2b67eaf998aca58913cf87652b4b0d5 (patch)
treed1b0cceb60c6262727ea78efe2bfe65ce0e5a49e /framework/Web
parentad30a2e5e2bbe11908a78e7731ed5d2d8c55c9b9 (diff)
added documentation for THead class
Diffstat (limited to 'framework/Web')
-rw-r--r--framework/Web/UI/WebControls/THead.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/THead.php b/framework/Web/UI/WebControls/THead.php
index 36b81648..9daa6d3b 100644
--- a/framework/Web/UI/WebControls/THead.php
+++ b/framework/Web/UI/WebControls/THead.php
@@ -31,7 +31,7 @@
* </code>
*
* Note, {@link TPage} has a property {@link TPage::getHead Head} that refers to
- * the THead control currently on the page. A page can have at most once THead
+ * the THead control currently on the page. A page can have at most one THead
* control. Although not required, it is recommended to place a THead on your page.
* Without a THead on the page, stylesheets and javascripts in the current page
* theme will not be rendered.