Skip to content

Commit

Permalink
Merge pull request akka#18720 from markus1189/actor-docs
Browse files Browse the repository at this point in the history
=doc Fix sentence in `Actors/Send messages/Ask`
  • Loading branch information
ktoso committed Oct 14, 2015
2 parents bd8b5cb + d23834d commit d11ad92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akka-docs/rst/scala/actors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ See :ref:`futures-scala` for more information on how to await or query a
future.

The ``onComplete``, ``onSuccess``, or ``onFailure`` methods of the ``Future`` can be
used to register a callback to get a notification when the Future completes.
Gives you a way to avoid blocking.
used to register a callback to get a notification when the Future completes, giving
you a way to avoid blocking.

.. warning::

Expand Down

0 comments on commit d11ad92

Please sign in to comment.