aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/Manual/Widgets.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reaction/Manual/Widgets.pod')
-rw-r--r--lib/Reaction/Manual/Widgets.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/Manual/Widgets.pod b/lib/Reaction/Manual/Widgets.pod
index 3e20427..3553391 100644
--- a/lib/Reaction/Manual/Widgets.pod
+++ b/lib/Reaction/Manual/Widgets.pod
@@ -48,7 +48,7 @@ be used to provide the data and some additional control over the rendering of th
This abstracts the data manipulation view logic from the layouting view logic.
-A widget can a new fragment like this:
+A widget can implement a new fragment like this:
package MyApp::Widget::Foo;
use Reaction::UI::WidgetClass;