From a395921fdc50fdbb739fd320ead653e84db748c4 Mon Sep 17 00:00:00 2001 From: Robin Hallabro Date: Wed, 5 Mar 2014 10:57:31 +0100 Subject: [PATCH] Capitalize @GeneratedValue (annotations-reference.rst) --- docs/en/reference/annotations-reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/annotations-reference.rst b/docs/en/reference/annotations-reference.rst index 62869297f..0156ed0f4 100644 --- a/docs/en/reference/annotations-reference.rst +++ b/docs/en/reference/annotations-reference.rst @@ -933,7 +933,7 @@ DocBlock. @SequenceGenerator ~~~~~~~~~~~~~~~~~~~~~ -For the use with @generatedValue(strategy="SEQUENCE") this +For the use with @GeneratedValue(strategy="SEQUENCE") this annotation allows to specify details about the sequence, such as the increment size and initial values of the sequence.