doc/book/en/devrepo/entityclasses/adapters.rst
branchstable
changeset 6152 6824f8b61098
parent 5893 4469f85ace9f
child 6157 81ae5bc958db
--- a/doc/book/en/devrepo/entityclasses/adapters.rst	Wed Aug 25 19:01:58 2010 +0200
+++ b/doc/book/en/devrepo/entityclasses/adapters.rst	Thu Aug 26 10:13:48 2010 +0200
@@ -13,7 +13,7 @@
 
 In |cubicweb| adapters provide logical functionalities
 to entity types. They are introduced in version `3.9`. Before that one
-had to implements Interfaces in entity classes to achieve a similar goal. However,
+had to implement Interfaces in entity classes to achieve a similar goal. However,
 hte problem with this approch is that is clutters the entity class's namespace, exposing
 name collision risks with schema attributes/relations or even methods names
 (different interfaces may define the same method with not necessarily the same