1
0
mirror of synced 2025-01-30 20:11:49 +03:00

Removed unneeded escape character

Removed backslash
This commit is contained in:
Calum Brodie 2013-04-21 20:55:54 +02:00
parent c2967b35ff
commit a0a133b02c

View File

@ -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