This commit is contained in:
David Wilson 2017-09-29 12:55:04 +05:30
parent 62c9dc6f49
commit 0da42a5e90
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ Router Class
Route messages between parent and child contexts, and invoke handlers
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
used by child contexts. The master subclass is documented below this one.