This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 6f8288510e Fix erlang.org link and typo in message delivery docs
(#2800)
6f8288510e is described below
commit 6f8288510ee1cb54051d8041d1848f946133f4d2
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Sat Mar 28 15:09:51 2026 +0800
Fix erlang.org link and typo in message delivery docs (#2800)
Update broken erlang.org link to use www.erlang.org subdomain.
Fix typo: 'retro-actively' → 'retroactively'.
Upstream: akka/akka-core@7a5fac8942
Cherry-picked from akka/akka-core v2.8.0, which is now Apache licensed.
---
docs/src/main/paradox/general/message-delivery-reliability.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/main/paradox/general/message-delivery-reliability.md
b/docs/src/main/paradox/general/message-delivery-reliability.md
index 9766d41338..7c5f3e997c 100644
--- a/docs/src/main/paradox/general/message-delivery-reliability.md
+++ b/docs/src/main/paradox/general/message-delivery-reliability.md
@@ -96,13 +96,13 @@ Pekko embraces distributed computing and makes the
fallibility of communication
explicit through message passing, therefore it does not try to lie and emulate
a leaky abstraction. This is a model that has been used with great success in
Erlang and requires the users to design their applications around it. You can
-read more about this approach in the [Erlang
documentation](https://erlang.org/faq/academic.html) (section 10.8 and
+read more about this approach in the [Erlang
documentation](https://www.erlang.org/faq/academic.html) (section 10.8 and
10.9), Pekko follows it closely.
Another angle on this issue is that by providing only basic guarantees those
use cases which do not need stronger reliability do not pay the cost of their
implementation; it is always possible to add stronger reliability on top of
-basic ones, but it is not possible to retro-actively remove reliability in
order
+basic ones, but it is not possible to retroactively remove reliability in order
to gain more performance.
<a id="message-ordering"></a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]