Skip to content

Commit 6e41f57

Browse files
ThomasLandauerwouterj
authored andcommitted
Another typo
1 parent a4f0318 commit 6e41f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ You can also query in the other direction::
11851185
// ...
11861186
}
11871187

1188-
In this case, the same things occurs: you first query out for a single ``Category``
1188+
In this case, the same things occur: you first query out for a single ``Category``
11891189
object, and then Doctrine makes a second query to retrieve the related ``Product``
11901190
objects, but only once/if you ask for them (i.e. when you call ``->getProducts()``).
11911191
The ``$products`` variable is an array of all ``Product`` objects that relate

0 commit comments

Comments
 (0)