doc/book/en/development/devweb/views.rst
changeset 4446 a413fac5ff5e
parent 4445 ef623f05e5e2
child 4751 1a9d2c3c7f0c
--- a/doc/book/en/development/devweb/views.rst	Wed Feb 03 20:35:48 2010 +0100
+++ b/doc/book/en/development/devweb/views.rst	Wed Feb 03 21:02:15 2010 +0100
@@ -75,7 +75,7 @@
 that are more concrete as they relate to data rendering within the application:
 
 * `EntityView`, view applying to lines or cell containing an entity (e.g. an eid)
-* `StartupView`, start view that does not._cwuire a result set to apply to
+* `StartupView`, start view that does not require a result set to apply to
 * `AnyRsetView`, view applicable to any result set
 * `EmptyRsetView`, view applicable to an empty result set
 
@@ -210,7 +210,7 @@
 
 **This is to be compared to interfaces and protocols in object-oriented
 languages. Applying a given view called 'a_view' to all the entities
-of a result set only._cwuires to have for each entity of this result set,
+of a result set only requires to have for each entity of this result set,
 an available view called 'a_view' which accepts the entity.
 
 Instead of merely using type based dispatch, we do predicate dispatch