Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
lorenzo committed Sep 25, 2014
1 parent 8b68d0c commit 6110162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Datasource/README.md
Expand Up @@ -16,14 +16,14 @@ or multiple `Entity` objects by using a `Query`.
This library exposes the following interfaces for creating a system that implements the
repository pattern and is compatible with the CakePHP framework:

* `RepositoryIntercace` - Describes the methods for a base repository class.
* `RepositoryInterface` - Describes the methods for a base repository class.
* `EntityInterface` - Describes the methods for a single result object.
* `ResultSetInterface` - Represents the idea of a collection of Entities as a result of a query.

Additionally, this package provides a few traits and classes you can use in your own implementations:

* `EntityTrait` - Contains the default implementation for the `EntityInterface`.
* `QueryTrait` - Exposes the methos for creating a query object capable of returning decoratable collections.
* `QueryTrait` - Exposes the methods for creating a query object capable of returning decoratable collections.
* `ResultSetDecorator` - Decorates any traversable object so it complies with `ResultSetInterface`.


Expand Down

0 comments on commit 6110162

Please sign in to comment.