From 84c1cc8865da095d9bd9a51d06f71af269061624 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 24 Jul 2010 15:16:13 +0200 Subject: [PATCH] Fix bug in the documentation leading to an error --- manual/en/working-with-associations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/en/working-with-associations.txt b/manual/en/working-with-associations.txt index 28d19c674..9094380c1 100644 --- a/manual/en/working-with-associations.txt +++ b/manual/en/working-with-associations.txt @@ -10,7 +10,7 @@ Changes to associations in your code are not synchronized to the database direct To describe all the concepts of working with associations we introduce a specific set of example entities that show all the different flavors of association management in Doctrine. -+++ Association Example Entities +++ Association Example Entities We will use a simple comment system with Users and Comments as entities to show examples of association management. See the PHP docblocks of each association in the following example for information about its type and if its the owning or inverse side.