remove extra "the" in docs

This commit is contained in:
Roland Kuhn 2013-01-08 18:08:22 +01:00
parent bddc992a78
commit 554e3396ca

View file

@ -1,4 +1,3 @@
.. _message-delivery-guarantees: .. _message-delivery-guarantees:
########################### ###########################
@ -171,7 +170,7 @@ Reliability of Local Message Sends
---------------------------------- ----------------------------------
The Akka test suite relies on not losing messages in the local context (and for The Akka test suite relies on not losing messages in the local context (and for
non-error condition tests also for remote deployment), meaning that the we non-error condition tests also for remote deployment), meaning that we
actually do apply the best effort to keep our tests stable. A local ``tell`` actually do apply the best effort to keep our tests stable. A local ``tell``
operation can however fail for the same reasons as a normal method call can on operation can however fail for the same reasons as a normal method call can on
the JVM: the JVM: