From 52817cedfc72985d47499fa0137e838de8413852 Mon Sep 17 00:00:00 2001 From: Marcin Sekalski Date: Sun, 11 Oct 2015 13:59:09 +0100 Subject: [PATCH] Use capital letter and the beginning of a sentence --- docs/en/reference/basic-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/basic-mapping.rst b/docs/en/reference/basic-mapping.rst index d8dc95848..07bff32f6 100644 --- a/docs/en/reference/basic-mapping.rst +++ b/docs/en/reference/basic-mapping.rst @@ -448,7 +448,7 @@ need to access the sequence once to generate the identifiers for Composite Keys ~~~~~~~~~~~~~~ -with Doctrine 2 you can use composite primary keys, using ``@Id`` on more then +With Doctrine 2 you can use composite primary keys, using ``@Id`` on more then one column. Some restrictions exist opposed to using a single identifier in this case: The use of the ``@GeneratedValue`` annotation is not supported, which means you can only use composite keys if you generate the primary key