diff --git a/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst b/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst index b8fd6ff7d..44035ccf7 100644 --- a/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst +++ b/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst @@ -44,7 +44,7 @@ implement the ``NotifyPropertyChanged`` interface from the } Then, in each property setter of concrete, derived domain classes, -you need to invoke \onPropertyChanged as follows to notify +you need to invoke onPropertyChanged as follows to notify listeners: .. code-block:: php