summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls/TJuiSelectable.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/JuiControls/TJuiSelectable.php')
-rw-r--r--framework/Web/UI/JuiControls/TJuiSelectable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiSelectable.php b/framework/Web/UI/JuiControls/TJuiSelectable.php
index 8915c4a2..b370d14a 100644
--- a/framework/Web/UI/JuiControls/TJuiSelectable.php
+++ b/framework/Web/UI/JuiControls/TJuiSelectable.php
@@ -17,7 +17,7 @@ Prado::using('System.Web.UI.ActiveControls.TActivePanel');
*
* TJuiSelectable is an extension to {@link TActivePanel} based on jQuery-UI's
* {@link http://jqueryui.com/selectable/ Selectable} interaction.
- * The panel can be feed a {@link setDataSource DataSource} and will interally
+ * TJuiSelectable can be feed a {@link setDataSource DataSource} and will interally
* render a {@link TRepeater} that displays items in an unordered list.
* Items can be selected by clicking on them, individually or in a group.
*