aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction
diff options
context:
space:
mode:
authormateu <mateu@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-08-11 15:10:28 +0000
committermateu <mateu@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-08-11 15:10:28 +0000
commit1b45efc103b064840771676901e2a12606d50df9 (patch)
tree126a3f1be16165a4fd1a4d56930e0c3c169bc7f8 /lib/Reaction
parent753f8f1d3d3d5a7efc2cb8416f6b7f09b3a722a0 (diff)
downloadreaction-1b45efc103b064840771676901e2a12606d50df9.tar.gz
reaction-1b45efc103b064840771676901e2a12606d50df9.zip
add missing word to Widgets.pod
Diffstat (limited to 'lib/Reaction')
-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;