doc/book/en/development/devweb/views.rst
branchstable
changeset 4936 a4b772a0d801
parent 4751 1a9d2c3c7f0c
child 5222 ed6905d98a5e
--- a/doc/book/en/development/devweb/views.rst	Thu Mar 18 09:05:49 2010 +0100
+++ b/doc/book/en/development/devweb/views.rst	Thu Mar 18 09:07:10 2010 +0100
@@ -211,10 +211,10 @@
 **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 requires to have for each entity of this result set,
-an available view called 'a_view' which accepts the entity.
+an available view called 'a_view' which accepts the entity.**
 
-Instead of merely using type based dispatch, we do predicate dispatch
-which quite more powerful**
+**Instead of merely using type based dispatch, we do predicate dispatch
+which is quite more powerful.**
 
 Assuming we added entries to the blog titled `MyLife`, displaying it
 now allows to read its description and all its entries.