From 0a989e63d2375797b43174b9eb29a0e41d83b1f2 Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Tue, 25 Oct 2011 15:08:52 -0500 Subject: [PATCH] two typos fixed --- en/tutorials/getting-started-xml-edition.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index e3920a5f0..6ef488ec4 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -364,8 +364,8 @@ or an engineer is assigned to the bug, we don't want to update the User to persist the reference, but the Bug. This is the case with the Bug being at the owning side of the relation. -Bugs reference Products by a uni-directional ManyToMany relation in -the database that points from from Bugs to Products. +Bugs reference Products by an uni-directional ManyToMany relation in +the database that points from Bugs to Products. .. code-block:: php