From 554e3396cafa2c45ad42d5cf5f3f6d0a6785539a Mon Sep 17 00:00:00 2001 From: Roland Kuhn Date: Tue, 8 Jan 2013 18:08:22 +0100 Subject: [PATCH] remove extra "the" in docs --- akka-docs/rst/general/message-delivery-guarantees.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/akka-docs/rst/general/message-delivery-guarantees.rst b/akka-docs/rst/general/message-delivery-guarantees.rst index 86b0716c90..d9544d7016 100644 --- a/akka-docs/rst/general/message-delivery-guarantees.rst +++ b/akka-docs/rst/general/message-delivery-guarantees.rst @@ -1,4 +1,3 @@ - .. _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 -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`` operation can however fail for the same reasons as a normal method call can on the JVM: