Removed unneeded escape character
Removed backslash
This commit is contained in:
parent
c2967b35ff
commit
a0a133b02c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue