Adding Future docs for Java API and fixing warning for routing.rst

This commit is contained in:
Viktor Klang 2011-05-10 16:47:51 +02:00
parent a3499bc535
commit 207a3743f5
3 changed files with 195 additions and 1 deletions

View file

@ -12,7 +12,7 @@ Dispatcher
A Dispatcher is an actor that routes incoming messages to outbound actors.
To use it you can either create a Dispatcher through the ``dispatcherActor()` factory method
To use it you can either create a Dispatcher through the ``dispatcherActor()`` factory method
.. code-block:: scala