This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 52039bceaef6c14f618cb0dd09879472d5f37eb1 Author: PJ Fanning <[email protected]> AuthorDate: Mon Nov 24 00:48:36 2025 +0100 Update package documentation from Akka to Pekko --- actor/src/main/scala/org/apache/pekko/pattern/package.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actor/src/main/scala/org/apache/pekko/pattern/package.scala b/actor/src/main/scala/org/apache/pekko/pattern/package.scala index 4ffea12e79..62f3d2b490 100644 --- a/actor/src/main/scala/org/apache/pekko/pattern/package.scala +++ b/actor/src/main/scala/org/apache/pekko/pattern/package.scala @@ -14,7 +14,7 @@ package org.apache.pekko /** - * == Commonly Used Patterns With Akka == + * == Commonly Used Patterns With Pekko == * * This package is used as a collection point for usage patterns which involve * actors, futures, etc. but are loosely enough coupled to (multiple of) them --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
