Removed unneeded escape character
Removed backslash
This commit is contained in:
parent
c2967b35ff
commit
a0a133b02c
@ -44,7 +44,7 @@ implement the ``NotifyPropertyChanged`` interface from the
|
|||||||
}
|
}
|
||||||
|
|
||||||
Then, in each property setter of concrete, derived domain classes,
|
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:
|
listeners:
|
||||||
|
|
||||||
.. code-block:: php
|
.. code-block:: php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user