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.