diff options
author | ctrlaltca@gmail.com <> | 2011-06-01 20:01:35 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-01 20:01:35 +0000 |
commit | 8ce0a1d0f2b67eaf998aca58913cf87652b4b0d5 (patch) | |
tree | d1b0cceb60c6262727ea78efe2bfe65ce0e5a49e /framework/Web/UI | |
parent | ad30a2e5e2bbe11908a78e7731ed5d2d8c55c9b9 (diff) |
added documentation for THead class
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/WebControls/THead.php | 2 |
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.
|