projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
753f8f1
)
add missing word to Widgets.pod
mateu [Tue, 11 Aug 2009 15:10:28 +0000 (15:10 +0000)]
lib/Reaction/Manual/Widgets.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Reaction/Manual/Widgets.pod
b/lib/Reaction/Manual/Widgets.pod
index
3e20427
..
3553391
100644
(file)
--- 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;