diff --git a/docs/en/reference/working-with-associations.rst b/docs/en/reference/working-with-associations.rst index 7f46eba6a..0efba84f2 100644 --- a/docs/en/reference/working-with-associations.rst +++ b/docs/en/reference/working-with-associations.rst @@ -93,7 +93,7 @@ information about its type and if it's the owning or inverse side. /** * Bidirectional - Many Comments are authored by one user (OWNING SIDE) * - * @ManyToOne(targetEntity="User", inversedBy="authoredComments") + * @ManyToOne(targetEntity="User", inversedBy="commentsAuthored") */ private $author; }