We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb21f6 commit 46eb1a4Copy full SHA for 46eb1a4
README.md
@@ -107,7 +107,7 @@ src
107
108
#### Repository pattern
109
Our repositories try to be as simple as possible usually only containing 2 methods `search` and `save`.
110
-If we need some query with more filters we use the `Strategy` pattern also known as `Criteria` pattern. So we add a
+If we need some query with more filters we use the `Specification` pattern also known as `Criteria` pattern. So we add a
111
`searchByCriteria` method.
112
113
You can see an example [here](src/Mooc/Courses/Domain/CourseRepository.php)
0 commit comments