From 417c361abc525d1fb846854088cd5b2ded102011 Mon Sep 17 00:00:00 2001 From: gnat Date: Fri, 16 Nov 2007 18:10:33 +0000 Subject: [PATCH] close bug #603 typo --- manual/docs/en/relations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/docs/en/relations.txt b/manual/docs/en/relations.txt index 6aafe0fc1..eec879cdb 100644 --- a/manual/docs/en/relations.txt +++ b/manual/docs/en/relations.txt @@ -172,7 +172,7 @@ If you are coming from relational database background it may be familiar to you In many-to-many relations the relation between the two components is always an aggregate relation and the association table is owned by both ends. For example in the case of users and groups when user is being deleted the groups it belongs to are not being deleted and the associations between this user and the groups it belongs to are being deleted. -Sometimes you may not want that association table rows are being deleted when user / group is being deleted. You can override this behoviour by setting the relations to association component (in this case {{Groupuser}}) explicitly. +Sometimes you may not want that association table rows are being deleted when user / group is being deleted. You can override this behaviour by setting the relations to association component (in this case {{Groupuser}}) explicitly. In the following example we have Groups and Users of which relation is defined as many-to-many. In this case we also need to define an additional class called {{Groupuser}}.