We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f0318 commit 6e41f57Copy full SHA for 6e41f57
book/doctrine.rst
@@ -1185,7 +1185,7 @@ You can also query in the other direction::
1185
// ...
1186
}
1187
1188
-In this case, the same things occurs: you first query out for a single ``Category``
+In this case, the same things occur: you first query out for a single ``Category``
1189
object, and then Doctrine makes a second query to retrieve the related ``Product``
1190
objects, but only once/if you ask for them (i.e. when you call ``->getProducts()``).
1191
The ``$products`` variable is an array of all ``Product`` objects that relate
0 commit comments