Skip to content

Commit

Permalink
Merge pull request auraphp#7 from harikt/typo
Browse files Browse the repository at this point in the history
fix the typo in example's namespace
  • Loading branch information
pmjones committed Oct 11, 2012
2 parents 70e0f6b + b6bf1ca commit 083d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -298,7 +298,7 @@ Stopping Signal Processing
--------------------------

Sometimes it will be necessary to stop processing signal handlers. If a
handler callback returns the `aura\signal\Manager::STOP` constant, then no
handler callback returns the `Aura\Signal\Manager::STOP` constant, then no
more handlers for that signal will be processed.

First we define the handlers; note that the second one returns the `STOP`
Expand Down

0 comments on commit 083d130

Please sign in to comment.