Typo.
This commit is contained in:
parent
62c9dc6f49
commit
0da42a5e90
|
@ -182,7 +182,7 @@ Router Class
|
||||||
|
|
||||||
Route messages between parent and child contexts, and invoke handlers
|
Route messages between parent and child contexts, and invoke handlers
|
||||||
defined on our parent context. Router.route() straddles the Broker and user
|
defined on our parent context. Router.route() straddles the Broker and user
|
||||||
threads, it is save to call from anywhere.
|
threads, it is safe to call anywhere.
|
||||||
|
|
||||||
**Note:** This is the somewhat limited core version of the Router class
|
**Note:** This is the somewhat limited core version of the Router class
|
||||||
used by child contexts. The master subclass is documented below this one.
|
used by child contexts. The master subclass is documented below this one.
|
||||||
|
|
Loading…
Reference in New Issue