Skip to content

Commit

Permalink
Removed unneeded escape character
Browse files Browse the repository at this point in the history
Removed backslash
  • Loading branch information
calumbrodie committed Apr 21, 2013
1 parent c2967b3 commit a0a133b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0a133b

Please sign in to comment.